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.


  • santheduk
    #1
    2009-02-19
    [Quote]
    클립보드
  • R...
    #2
    2012-01-30
    Reviewing ...
santheduk
R...

2186,Nickname,Homepage or email,Comments here,Add comment