第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

運(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>



正在回答

6 回答

這是我修改之后的http://img1.sycdn.imooc.com//58a6aa640001e2da08460422.jpg

<!DOCTYPE html>

<html>

?<head>

? <title> new document </title> ?

? <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> ??

? <script type="text/javascript">

? ? function openWindow(){

? ? ? ? var opentag=confirm("是否打開");

? ? if(opentag==true)

? ? ?{var rel=prompt("確定要打開的網(wǎng)站","http://idcbgp.cn");

? ? if(rel!=null)

? ? ? {window.open(rel,'_blank','width=400px,height=500px,menbar=no,toolbar=no');}

? ? ?else

? ? ? {alert("再見!");}

? }

? ? ? else

? ?{alert("再見!");}

?}

? </script>?

?</head>?

?<body>?

?<input type="button" value="新窗口打開網(wǎng)站" onclick="openWindow()" />?

?</body>

</html>

1 回復(fù) 有任何疑惑可以回復(fù)我~
#1

EORS_友人A 提問者

謝謝大神 沒注意
2017-02-17 回復(fù) 有任何疑惑可以回復(fù)我~

??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。

0 回復(fù) 有任何疑惑可以回復(fù)我~

?? 在樓上的基礎(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。

0 回復(fù) 有任何疑惑可以回復(fù)我~

window.open('rel','_blank','width=400px;height=500;menubar=no;toobar=no');這里的menubar你打錯(cuò)了

0 回復(fù) 有任何疑惑可以回復(fù)我~

還要在補(bǔ)充下,你少了2個(gè)},一個(gè)是你方法的},一個(gè)是你的if整體的}

0 回復(fù) 有任何疑惑可以回復(fù)我~
?if(DHwi!=null)
??????{window.open('rel','_blank','width=400px,height=500px,menbar=no,toolbar=no');}
?????else
??????{alert("再見!");}

你沒有DHwi這個(gè)變量,應(yīng)該是你打錯(cuò)了吧。

var rel=prompt("確定要打開的網(wǎng)站","http://idcbgp.cn");

應(yīng)該是你設(shè)置的rel這個(gè)變量,如下:

if(rel!=null){
????????????window.open('rel','_blank','width=400px,height=500px,menbar=no,toolbar=no');
????????}
?????else{
?????????alert("再見!");
?????}

而且,在最后alert(“再見”;)

這里應(yīng)該用英文的;,而不是中文的;。

希望能幫到你,O(∩_∩)O謝謝!

1 回復(fù) 有任何疑惑可以回復(fù)我~
#1

墨以丶不思量

還要在補(bǔ)充下,你少了2個(gè)},一個(gè)是你方法的},一個(gè)是你的if整體的}
2017-02-17 回復(fù) 有任何疑惑可以回復(fù)我~
#2

EORS_友人A 提問者

謝謝大神
2017-02-17 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消

運(yùn)行不了 不太懂 求大神講解

我要回答 關(guān)注問題
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)