テキストエリア内で選択されている文字を取得する


動作ブラウザ 【 IE:5.0   NN:-
Internet Explorer Netscape Navigator Firefox Opera iCab Safari
3.0x 4.0x 4.5 5.0x 5.5 6.0 2.0x 3.0x 4.0x 4.x 6.0 7.0 8.0 1.0 7.x 8.x 2.x 1.x 2.x
Windows × × - × × × × × × × × × -
Macintosh × × × × - × × × × × × - × × × × ×
UNIX - - - - - × × × × × × - × × -

ポイント txt = document.selection.createRange().text;
説  明 テキストエリアで選択されたテキストはdocument.selection.createRange().textで読み出すことができます。
サンプル <html> <head> <title>テキストエリア内で選択されている文字を取得する</title> <script type="text/javascript"><!-- function checkSelection() { txt = document.selection.createRange().text; alert("選択された文字:"+txt); } // --></script> </head> <body> <form name="myFORM"> <textarea rows="9" cols="20" name="myTEXT"></textarea><br> <input type="button" value="選択された文字を調べる" onClick="checkSelection()"><br> </form> </body> </html>
補足説明 なし

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

写真素材 PIXTA