為什么我網址輸入錯誤的時候彈不出來重新輸入, 是否確認打開選否,也不會出現不打開的字樣
<!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 m=confirm("是否確認打開");
? ? ?if(m==true)
? ? ?{
? ? ? ? ?var n=prompt("輸入網址:");
? ? ? ? ?if(n=="http://www.xianlaiwan.cn/")
? ? ? ? ?{? window.open("http://www.xianlaiwan.cn/","_blank",width=400px,height=500px);
? ? ? ? ?}
? ? ? ? ?else{
? ? ? ? ? ? ?alert("輸入錯誤,請重新輸入!");
? ? ? ? ?}
? ? ?}
? ? ?else{
? ? ? ? ?document.write("你選擇不打開");
? ? ?}
?}
? </script>?
?</head>?
?<body>?
? <input type="button" value="新窗口打開網站" onclick="openWindow()" />?
?</body>
</html>
2021-08-22
1、沒有調用函數,
2、設置菜單欄和工具欄 沒有加""