在程式設計過程中,我們對下拉列錶框的取值很多時候都是取得option中的value,但是也有需要取得顯示在頁面中的值的時候,例如想取得中"ShowText",我們該如何取得?方法很簡單,具體程式碼如下:
function isSelect(selectPress) {
//var select = document.getElementById("mySelect").ind;
lectedIndex].value; //顯示value 下標0、1、2
var selectValue2 = selectPress.options[selectPress.selectedIndex].innerText; // 🎜> / /alert(selectValue2);
if (selectValue == "-1") {
return;
}
else {
document.getElementById('form1').submit(); //form表單提交