'clearData()' Example : Clipboard Data : Document JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Document » Clipboard Data »

 

'clearData()' Example



    
<html>
<body>
<button onclick="clipboardData.setData('Text',document.selection.createRange().text);">
Copy
</button>
<button onclick="myText.value = clipboardData.getData('Text');">Paste</button>
<button onclick="clipboardData.clearData('Text');">Clear clipboard</button>
<p>This is some sample text</p>
<textarea id="myText" style="width:600; height:100"></textarea>
</body>
</html>

    
      
      



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Document
» Clipboard Data