クリップボードの内容をテキストエリアに表示する


動作ブラウザ 【 IE:5.0  NN:-
Internet Explorer Netscape Navigator DreamPassport iCab
3.0x 4.0x 4.5 5.0x 5.5 2.0x 3.0x 4.0x 4.x 6.0 2 3 2.x
Windows × × - × × × × × - × -
Macintosh × × × × - × × × × × - - ×
UNIX - - - - - × × × × × - - -
Dreamcast - - - - - - - - - - × × -

ポイント document.xForm.result.value = window.clipboardData.getData("Text");
説  明 クリップボードの内容(テキスト)はwindow.clipboardData.getData("Text")として読み出すことができます。
サンプル <html> <head> <title>クリップボードの内容をテキストエリアに表示する</title> <script Language="JavaScript"><!-- function setCB() { document.xForm.result.value = window.clipboardData.getData("Text"); } // --></script> </head> <body> クリップボードの内容をテキストエリアに表示する<br> <form name="xForm"> <textarea cols="40" rows="20" name="result"></textarea><br> <input type="button" value="クリップボード内容を表示" onclick="setCB()"> </form> </body> </html>
補足説明 この命令にはセキュリティ上の問題があります。危険を避けるにはクリップボードには重要なデータなどを、コピーしたままウェブサイトを閲覧しないようにしてください。

■サンプルスクリプトを実行する >>実行
■各ブラウザでの動作結果を見る >>View!

写真素材 PIXTA