(フォーム) options フォームのポップアップメニュー項目を参照します


書式
document.★.☆.options.◆
document.★.☆.options[◇].◆
  ★=フォーム名 または forms[ 参照番号 ]
  ☆=セレクトオブジェクト名 または elements[ 参照番号 ]
  ◆=プロパティ
  ◇=参照番号
文例
a = document.forms[0].elements[0].options[0].selected
a = document.myFORM.SelectMZ.options[3].text
上位オブジェクト
select
説明
フォームのポップアップメニュー項目を参照します。
optionsの下位
length, selectedIndex
optiopns[n]の下位
defaultSelected, index, selected, text, value