<!DOCTYPE HTML><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>close()</title>? <script type="text/javascript">function a(){? ? var m=window.open('http://www.baidu.com','_blank','width=200,height=200');? ? var b=confirm("做好準備進入神秘旅途了嗎");? ? if(b==true){? ? ? ? var c =prompt("請輸入正確指令","");? ? ? ? if(c==123){? ? ? ? ? ? alert("welcome");? ? ? ? }? ? ? ? else{? ? ? ? ? ? alert("口令不對,禁止進入");? ? ? ? ? ? m.close();? ? ? ? }? ? }? ? else{? ? ? ? alert("請做好準備再來吧");? ? ? ? m.close();? ? }}? </script></head><body>? ? <input type="button" value="開始神秘之旅" onclick="a()" /></body></html>
prompt對話框彈不出來,求助
doits
2018-10-15 20:36:24