セレクトメニューで選択項目番号を設定する


動作ブラウザ 【 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.selectedIndex = n;
説  明 セレクトメニューの選択されている項目を変更するにはselectオブジェクトのselectedIndexに選択番号を設定します。選択番号は一番最初が0、以後1づつ増えていきます。
サンプル <html> <head> <title>セレクトメニューで選択項目番号を設定する</title> <script Language="JavaScript"><!-- function setSel(n) { document.myFORM.mySEL.selectedIndex = n; } // --></script> </head> <body> <form name="myFORM"> <select name="mySEL"> <option>MZ-80K <option>MZ-80C <option>MZ-80K2 </select> <input type="button" value="2番目" onClick="setSel(1)"> </form> </body> </html>
補足説明 なし

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

写真素材 PIXTA