ボタンが押されたら二度と押されないように(禁止)する


動作ブラウザ 【 IE:4.0  NN:6.0
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 - - - - - - - - - - × × -

ポイント fObj.disabled = true;
説  明 ボタンが押されたら二度と押せないようにするにはdisabledプロパティをtrueにします。これによりボタンが無効になるため押すことができなくなります。
サンプル <html> <head> <title>ボタンが押されたら二度と押されないように(禁止)する</title> <script Language="JavaScript"><!-- function setBtn(fObj) { fObj.disabled = true; } // --></script> </head> <body> <form name="myFORM"> <input type="button" value="押して" name="myBTN" onClick="setBtn(this)"><br> </form> </body> </html>
補足説明 Opera 6以降、iCab, Safariベータ版でも動作します。

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

写真素材 PIXTA