最近中文字幕高清中文字幕无,亚洲欧美高清一区二区三区,一本色道无码道dvd在线观看 ,一个人看的www免费高清中文字幕

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

我打的代碼怎么沒(méi)反應(yīng)?哪里不對(duì)。求幫助

<!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 aaa=confirm("是否打開");

? ? ? ? if(aaa==ture){

? ? ? ? ? ? var bbb=prompt("輸入網(wǎng)址");

? ? ? ? ? ? if(bbb!=null){

? ? ? ? ? ? ? ? window.open('bbb','_blank','width=400,height=500,menubar=no,toolbar=no')

? ? ? ? ? ? }

? ? ? ? ? ? else{alert("o");}

? ? ? ? }

? ? ? ? else{alert("i");}

? ? }


? ? // 新窗口打開時(shí)彈出確認(rèn)框,是否打開


? ? // 通過(guò)輸入對(duì)話框,確定打開的網(wǎng)址,默認(rèn)為 http://yifanck.cn/


? ? //打開的窗口要求,寬400像素,高500像素,無(wú)菜單欄、無(wú)工具欄。

? ??

? ??

? </script>?

?</head>?

?<body>?

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

?</body>

</html>


正在回答

3 回答

if(aaa==ture){ ? 應(yīng)該是true,

window.open(bbb,"_blank","width=400,height=500,menubar=no,toolbar=no") 你輸出的是bbb這個(gè)變量里的元素,而不是字符串'bbb'

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

東超2014 提問(wèn)者

謝謝!
2016-10-04 回復(fù) 有任何疑惑可以回復(fù)我~

<!DOCTYPE html>

<html>

?<head>

? <title> new document </title> ?

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

? <script type="text/javascript"> ?

? ? ?function rec(){

? ? ? ? var aaa = confirm("是否打開");// 新窗口打開時(shí)彈出確認(rèn)框,是否打開

? ??

? ?if(aaa == true)

{

? ? ? ? var bbb = prompt("輸入網(wǎng)址","http://www.baidu.com");// 通過(guò)輸入對(duì)話框,確定打開的網(wǎng)址,默認(rèn)為 http://www.baidu.com

? ? ? ? ? if(bbb!=null)

{


? ? ? ? ? ? window.open(bbb,"_blank","width=400,height=500,menubar=no,toolbar=no");//打開的窗口要求,寬400像素,高500像素,無(wú)菜單欄、無(wú)工具欄。

? ? ? ? ? }

? ? ? ? ? ? else

{

alert("o")

} ? ? ?

}

? ? ? ? else

{

window.open("http://yifanck.cn","_blank","width=400,height=800");

}

? ? }

</script>?

?</head>?

?<body>?

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

?</body>

</html>


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

? var bbb=prompt("輸入網(wǎng)址");改為var bbb=prompt("通過(guò)輸入對(duì)話框,確定打開的網(wǎng)址","http://yifanck.cn");你真實(shí)的網(wǎng)址要輸進(jìn)去啊

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

舉報(bào)

0/150
提交
取消

我打的代碼怎么沒(méi)反應(yīng)?哪里不對(duì)。求幫助

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

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

幫助反饋 APP下載

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

公眾號(hào)

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