js取得dropdownlist的text,value[转]
摘要:取DropDownList的Text内容: document.getElementById("DropDownListClientID").options[document.getElementById("DropDownListClientID").selectedIndex].text 取DropDownList的Value内容: document.getElementById("Drop...
阅读全文
posted @ 2010-09-03 11:20
浙公网安备 33010602011771号