asp。 下拉框下拉框下拉框下拉框下拉框下拉框下拉框
alert("测试")
var aa=document.getElementById("DropDownList1").value;
alert(aa);
---------------------
<asp:DropDownList ID="DropDownList1" runat="server" style="height: 22px">
<asp:ListItem Value="1009">--请选择--</asp:ListItem>
<asp:ListItem Value="10215">开启提醒</asp:ListItem>
<asp:ListItem Value="10216">关闭提醒</asp:ListItem>
</asp:DropDownList>
可以弹出“测试”的框
为什么第二句会报错,提示 缺少对象。 
[解决办法]
接分