各位前輩好~~下面是一個下拉式選單的網頁
我想再裡面加入一個"彈跳出警告視窗"~~因為怕使用者不選擇就直接按GO去連結
請問該怎麼做
PS:在下是網頁新手~~若問題深度不夠~~還請大家多多包含
2007-05-05 11:17:24 · 1 個解答 · 發問者 澈 1 in 電腦與網際網路 ➔ 程式設計
surfto 改成:
function surfto(form) {
var myindex=form.member.selectedIndex;
if (myindex == 0) alert("請指定機器類別與型號");
else window.open(form.member.options[myindex].value,"_blank","");
}
2007-05-05 22:53:31 · answer #1 · answered by mh 7 · 0⤊ 0⤋