打不開?。∏蟠笊裰笇?/h1>
?function?openWindow(){????????var?meme;????????meme=confirm("ok?");????????if?(meme==ture)????????{????????????var?url;????????????url=prompt("input?the?web");????????????if(url==null)???????????{?window.open('http://www.xianlaiwan.cn/','_blank','width=400,height=500,menubar=no,toolbar=no');???????????}???????????else{???????????????window.open(url,'_blank''width=400,height=500,menubar=no,toolbar=no');???????????}????????}????????else????????{????????????alert("error!");????????}????}
?function?openWindow(){????????var?meme;????????meme=confirm("ok?");????????if?(meme==ture)????????{????????????var?url;????????????url=prompt("input?the?web");????????????if(url==null)???????????{?window.open('http://www.xianlaiwan.cn/','_blank','width=400,height=500,menubar=no,toolbar=no');???????????}???????????else{???????????????window.open(url,'_blank''width=400,height=500,menubar=no,toolbar=no');???????????}????????}????????else????????{????????????alert("error!");????????}????}
2019-07-28
<!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_mes=confirm("是否打開666");
? ? if(m_mes==true)
? ? {
? ? prompt("這個是輸入對話框,認識下prompt",
? ? "http://www.baidu.com/");
? ? ?window.open(
? ? ? ? ? 'http://www.baidu.com','_blank',
? ? ? 'width=400,height=500,top=100,menubar=no,toolbar=no'
? ? ? )??
? ? }
? ? else
? ? {
? ? ? ? document.write("nono-test!");
? ? }
? }??
? </script>?
?</head>?
?<body>?
? <input type="button" value="新窗口打開網站" onclick="openWindow()" />?
?</body>
</html>