點(diǎn)了按鈕沒(méi)有反應(yīng)
<!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 mystyle = confirm("你確定要打開(kāi)慕課網(wǎng)嗎?");
? ? ? ? if (mystyle==ture) ? ? ? ? ?
? ? ? ? ? ? {var url=prompt("是否要打開(kāi)網(wǎng)址?","http://idcbgp.cn");
? ? ? ? ? ? if(url!==null)
? ? ? ? ? ? ? ? {window.open(url,'_blank','width=400px,height=500px,menubar=no,toolbar=no,status=no,scrollbars=yes');}
? ? ? ? ? ? else
? ? ? ? ? ? ? ? {alert(再見(jiàn)!地球人!);}
? ? ? ? ? ? ? ?}
? ? ? ? else
? ? ? ? ? ? {alert(再見(jiàn)!地球人!);}
? ? }
? </script>?
?</head>?
?<body>?
?<input type="button" value="新窗口打開(kāi)網(wǎng)站" onclick="openWindow()" />?
?</body>
</html>
2016-07-18
alert中輸出字符串要用引號(hào) 然后你的true拼錯(cuò)了 括號(hào)不知道有沒(méi)有括錯(cuò) 你沒(méi)有縮進(jìn)我實(shí)在看不清
2016-07-18
我感覺(jué)是你的prompt使用有誤
2016-07-18
打錯(cuò)了字true打成了ture
2016-07-18
你想打開(kāi)網(wǎng)頁(yè)的路徑?jīng)]有添加。