運(yùn)行不了 不太懂 求大神講解
<!DOCTYPE html>
<html>
?<head>
? <title> new document </title> ?
? <meta http-equiv="Content-Type" content="text/html; charset=gbk"/> ??
? <script type="text/javascript">
? ? function openWindow(){
? ? ? ? var opentag=confirm("是否打開");
? ? if(opentag==true)
? ? ?{var rel=prompt("確定要打開的網(wǎng)站","http://idcbgp.cn");
? ? ?
? ? if(DHwi!=null)
? ? ? {window.open('rel','_blank','width=400px,height=500px,menbar=no,toolbar=no');}
? ? ?else
? ? ? {alert("再見!");}
? ? ? else
? ? ?{alert("再見!");}
? ??
? ? // 新窗口打開時(shí)彈出確認(rèn)框,是否打開
? ? // 通過輸入對(duì)話框,確定打開的網(wǎng)址,默認(rèn)為 http://idcbgp.cn/
? ? //打開的窗口要求,寬400像素,高500像素,無菜單欄、無工具欄。
? ??
? </script>?
?</head>?
?<body>?
?<input type="button" value="新窗口打開網(wǎng)站" onclick="openWindow()" />?
?</body>
</html>
2017-02-17
2017-02-17
??if(DHwi!=null)
? ? ? {window.open('rel','_blank','width=400px,height=500px,menbar=no,toolbar=no');}
? ? ?else
? ? ? {alert("再見!");}
//后面少個(gè)}
?if(DHwi!=null)
? ? ? {window.open('rel','_blank','width=400px,height=500px,menbar=no,toolbar=no');}
? ? ?else
? ? ? {alert("再見!");}
? ? ? else
? ? ?{alert("再見!");}
//后面少個(gè)}
? if(DHwi!=null)
? ? ? {window.open('rel','_blank','width=400px,height=500px,menbar=no,toolbar=no');}
//DHwi改成rel,'rel'改成rel。
2017-02-17
?? 在樓上的基礎(chǔ)上:
if(DHwi!=null)
? ? ? {window.open('rel','_blank','width=400px,height=500px,menbar=no,toolbar=no');}
? ? ?else
? ? ? {alert("再見!");}
//后面少個(gè)}
?if(DHwi!=null)
? ? ? {window.open('rel','_blank','width=400px,height=500px,menbar=no,toolbar=no');}
? ? ?else
? ? ? {alert("再見!");}
? ? ? else
? ? ?{alert("再見!");}
//后面少個(gè)}
? if(DHwi!=null)
? ? ? {window.open('rel','_blank','width=400px,height=500px,menbar=no,toolbar=no');}
//DHwi改成rel,'rel'改成rel。
2017-02-17
window.open('rel','_blank','width=400px;height=500;menubar=no;toobar=no');這里的menubar你打錯(cuò)了
2017-02-17
還要在補(bǔ)充下,你少了2個(gè)},一個(gè)是你方法的},一個(gè)是你的if整體的}
2017-02-17
你沒有DHwi這個(gè)變量,應(yīng)該是你打錯(cuò)了吧。
var rel=prompt("確定要打開的網(wǎng)站","http://idcbgp.cn");
應(yīng)該是你設(shè)置的rel這個(gè)變量,如下:
而且,在最后alert(“再見”;)
這里應(yīng)該用英文的;,而不是中文的;。
希望能幫到你,O(∩_∩)O謝謝!