キー入力された文字を取得する


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

ポイント alert(String.fromCharCode(event.keyCode))
説  明 event.keyCodeにより取得したキーコードをISO Latin-1文字に変換するには「String.fromCharCode(event.keyCode)」とします。String.fromCharCode()は与えられた値をISO Latin-1の文字に変換します。
サンプル <html> <head> <title>キー入力された文字を取得する</title> <script language="JavaScript"><!-- function checkKey() { alert(String.fromCharCode(event.keyCode)) } window.document.onkeydown = checkKey; //--></script> </head> <body> キーを押してください。 </body> </html>
補足説明 なし

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

写真素材 PIXTA