为什么分析包错误:JS问题帮我~!等

来源:百度文库 编辑:中科新闻网 时间:2024/05/05 07:17:46
<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