為什么我點取消也會跳轉(zhuǎn)網(wǎ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 wind=confirm("是否關(guān)閉當(dāng)前頁面");
? ? ? ? if(wind==true){window.open("http://idcbgp.cn","width=400","height=500","menubar=no","toolbar=no");
? ? ? ? ? ??
? ? ? ? }
? ? ? ? eles{
? ? ? ? ? ?window.close();
? ? ? ? ? ?alert("再見");}
? ? ? ?
? ? ? ? ? ??
? ? ? ? ? ??
? ? ? ??
? ? ? ??
? ? ? ??
? ? }
??
? ??
? </script>?
?</head>?
?<body>?
? <input type="button" value="新窗口打開網(wǎng)站" onclick="openWindow()" />?
?</body>
</html>
2019-11-07
else 拼錯了
2019-10-09
找到原因了? 把eles那段刪了就可以了?