Web Development Knowledge Base
| |
Sections :
RSS Feed You too, please publish your useful code snippets in any programming language : write an article ! Plateforme d'envoi de gros fichiers en ligne Dépannage site web Blog infogérance Hébergement e-mail |
Olivier Ligny - - 11/03/2008 - vue 6765 fois
Lire et écrire dans le presse-papier en JavaScriptFonctionne avec Internet Explorer uniquement. Â // Plus d'infos : http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/clipboarddata.asp // set the clipboard // var x = 'Whatever you want on the clipboard'; window.clipboardData.setData('Text',x); // get the clipboard data window.clipboardData.getData('Text'); // clear the clipboard window.clipboardData.clearData(); Â |
Nos partenaires : iPhone 8 Cases & Protection |