亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

重復出現提示框 無跳轉

<!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 mymessage=confirm("是否打開新窗口?");


? ? ? ? if(mymessage==true)

? ? ? ? {

? ? ? ? ? ? window.open('http://www.xianlaiwan.cn/','_blank','width=400,height=500,menubar=no,toolbar=no');

? ? ? ? }

? ? ? ? else

? ? ? ? {

? ? ? ? ? ? alert("打開失??!")

? ? ? ? }

? ? }

? ??

? </script>?

?</head>?

?<body>?

?<input type="button" value="新窗口打開網站" onclick="openWindow()" />?

?</body>

</html>


正在回答

1 回答

經測試,代碼無問題,不出現跳轉的原因可能是瀏覽器限制了彈框;chrome下,設置->高級設置->內容設置->彈出式窗口。另外,你的代碼中沒有提示框的代碼,估計貼錯了代碼。

<!DOCTYPE html>

<html>

?<head>

? <meta charset="utf-8"/>

? <title> new document </title> ?

? <meta http-equiv="Content-Type" content="text/html; charset=gbk"/> ??

? <script type="text/javascript">?

? function openWindow(){?

? ? ? ? var isOpen = confirm("是否確認打開?");

? ? ? ? ?if(isOpen?=== true){

? ? ? ? ? ? var site = prompt("打開的網址:","http://www.xianlaiwan.cn");

? ? ? ? window.open(site,"_blank","width=400,height=500,menubar=no,toolbar=no");

? ? ? ? }

? }

? </script>?

?</head>?

?<body>?

? ? ? <input type="button" value="新窗口打開網站" onclick="openWindow()" />?

?</body>

</html>


0 回復 有任何疑惑可以回復我~
#1

NEONEO 提問者

謝謝
2016-06-22 回復 有任何疑惑可以回復我~

舉報

0/150
提交
取消

重復出現提示框 無跳轉

我要回答 關注問題
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號