不知道對(duì)不對(duì)
function openWindow(){ ? ?var wdop=confirm("是否打開新網(wǎng)址?"); ? ? ? ?if(wdop==true){ ? ? ? ? ?window.prompt("跳轉(zhuǎn)的網(wǎng)址","http://idcbgp.cn"); ? ? ? ?window.open("http://idcbgp.cn","_blank","width=400,height=500,toolbar=no,menubar=no"); ? ? ? ?}else{ ? ? ? ? ? alert("錯(cuò)誤"); ? ? ? ? ? ?} ? ?}
2016-07-29
是對(duì)的
2016-07-29
mei cuo