红酒包装盒尺寸:JS问题帮我~!等

来源:百度文库 编辑:高校问答 时间:2024/04/28 08:08:31
<form id="form1" name="form1" method="post" action="">
<select select name="sort" id="sort" >
<option value="" selected="selected">三星</option>
<option value="" selected="selected">联想</option>
</select>
<br />
<select name="select2" onmouseover="ShowMobileList(document.form1.sort.value,this.form)">
<option value="" selected="selected">--请选择您的手机型号--</option>
</select>
</form>
怎么得到第一个下拉菜单的值啊,document.form1.sort.value错误~!QQ185259693

document.form1.sort[0].value