#22001/11/30 10:48:14
是不是这意思:
改为:
-------------------------------
被选择了的选项的索引值是select_index=document.frmType.sltType.selectedIndex
~~~~~~~~~
被选择了的选项的value是:document.frmType.sltType.options[select_index].value
~~~~~~~~~
被选择了的选项的文本是:document.frmType.sltType.options[select_index].text
~~~~~~~~~
编辑历史:[这消息被deathcult编辑过(编辑时间2001-11-30 10:54:01)]