javascript window clipboardData
| clipboardData | NN n/a IE 5(Win) DOM n/a |
| Read-only | |
|
Returns the clipboardData object. The object (accessible as a property of a window or frame object) is a temporary container that scripts in IE 5 and later for Windows can use to transfer text data, particularly during script-controlled operations that simulate cutting, copying, and pasting, or that control dragging. |
|
| Example | |
var rng = document.selection.createRange( );
clipboardData.setData("Text",rng.text);
|
|
| Value | |
|
The clipboardData object. |
|
| Default | |
|
The clipboardData object. |
|
Previous: javascript window closed
- #12009-02-19[Quote]클립보드
- #22012-01-30Reviewing ...
2186,Nickname,Homepage or email,Comments here,Add comment
