getElementById('testPopup'); for (var i = 0; i < myPopup.options.length; i++) { if (myPopup.options[i].value == "2") myPopup.options[i].selected = true; } ...
確定! 回上一頁