セレクトメニューの選択項目を削除する


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

ポイント document.myFORM.mySEL.options[0] = null;
説  明 セレクトメニューの選択項目文字(内容)を削除するには削除したい項目にnullを設定します。最初の項目を削除するのであれば「document.myFORM.mySEL.options[0] = null」となります。
サンプル <html> <head> <title>セレクトメニューの選択項目を削除する</title> <script Language="JavaScript"><!-- function detSel() { document.myFORM.mySEL.options[0] = null; } // --></script> </head> <body> <form name="myFORM"> <select name="mySEL"> <option>MZ-80K <option>MZ-80C <option>MZ-80K2 </select> <input type="button" value="1番目の項目内容を削除" onClick="detSel()"> </form> </body> </html>
補足説明 なし

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

写真素材 PIXTA