标签:size ted pos height sel val element submit font
function submitData() {
var d = document.getElementById("<%=DropDownList1.ClientID %>");//根据DropDownList的客户端ID获取该控件
var typeValue = d.options[d.selectedIndex].value;//获取DropDownList当前选中值
alert(typeValue);//测试
}
}
</script>
javascript 获取DropDownList选定值的方法
标签:size ted pos height sel val element submit font
原文地址:http://www.cnblogs.com/helloMySpace/p/7419743.html