var ddr= document.getElementById("ctl00_ContentPlaceHolder3_Gw_Send1_DropDownList2");
alert(ddr.options[ddr.selectedIndex].text);
var peoples = document.getElementById("ctl00_ContentPlaceHolder3_Gw_Send1_Label1");
alert(peoples.innerText);
- 本文标题: ASP.NET 在JS端获取DropDownL
- 文章分类:【.NET/Web】
- 非特殊说明,本文版权归【胡同里的砖头】个人博客 所有,转载请注明出处.
- 上一篇:让IE中的IFrame透明
- 下一篇: ASP.NET 出错时候跳出出错页面