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

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

代碼出來了,大家可以引薦

<input?name="button"?type="button"?onclick="openy()"?value="點擊我"??/>?<script>??????function?openy(){		var?his?=?confirm("是否進入");		if(his==true){			var?bottyr?=?prompt("請輸入正確的網址:");?			if(bottyr){			window.open(bottyr,'_blank');			}else{				window.open('http://www.xianlaiwan.cn/code/412','_blank');			}		}else{			document.write("謝謝光臨");		}????????}??????</script>	

隨便輸入正確網址,然后就可以直接跳過去了。

按題目的話自己改成默認網址,然后條件改成

(bottyr?==?"")


正在回答

3 回答

<!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("確認打開新網頁嗎");

? ? ? function myopen()

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

? ? }

? ? ? ?if (mymessage==true)

? ? ? ?{

? ? ? ? ? myopen();

? ? ? ?}

? ? ??

? }?

</script>

?</head>?


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

你這寫代碼的風格有點emmmm,就有點看不懂你在寫什么?

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

<!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 message = confirm("是否打開網頁?");

? ? ? ??

? ? ? ? if (message == true) {

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

? ? ? ? }

? ? ? ? else {

? ? ? ? ? ? document.write("do not open.");

? ? ? ? }

? ? }


? </script>?

?</head>?

?<body>?

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

?</body>

</html>


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

舉報

0/150
提交
取消

代碼出來了,大家可以引薦

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

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

幫助反饋 APP下載

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

公眾號

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