XML. Copy Code. var ddl = document.getElementById("<%=DDL.ClientID%>"); var SelVal = ddl.options[ddl.selectedIndex].text; alert(SelVal); ...
確定! 回上一頁