2013
01-25
01-25
判断Html元素select中的option选项被选中 NEW
<form name="form1"><select name="file_source" size="1" id="file_source" onChange="alert(document.form1.file_source.options[document.form1.file_source.selectedIndex].value)"> <option selected value=""></option> <o...
Read More >