js 获取asp:dropdownlist选中的值

var eSection = document.getElementById("<%=tx_ddlType.ClientID%>");
var eSectionValue = eSection.options[eSection.selectedIndex].value;
alert(eSectionValue);

posted on 2015-07-01 20:07  ctautoRR  阅读(431)  评论(0编辑  收藏  举报

导航