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

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

代碼有錯嗎?提交正確了為什么說網頁上有錯誤運行不了呢?

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>window.open</title>
<script type="text/javascript">
? function Wopen(){
?var mymessage=comfirm("你想知道慕課網怎么走么?");
?if(mymessage==true)
?window.open('http://www.xianlaiwan.cn','_blank','width=600,height=400,top=100,left=0');
?else
?{alert("打開失??!");
?}
</script>
</head>
<body>
??? <input name="button" type="button" onClick="Wopen()" value="點擊我,打開新窗口!" / >
</body>
</html>

正在回答

3 回答

<!DOCTYPE?HTML>
<html>
<head>
<meta?http-equiv="Content-Type"?content="text/html;?charset=utf-8"?/>
<title>window.open</title>
<script?type="text/javascript">
??function?Wopen(){
?var?mymessage=confirm("你想知道慕課網怎么走么?");
?if(mymessage==true){
?window.open('http://www.xianlaiwan.cn','_blank','width=600,height=400,top=100,left=0')}
?else
?{alert("打開失?。?);
?}?
}
</script>
</head>
<body>
????<input?name="button"?type="button"?onClick="Wopen()"?value="點擊我,打開新窗口!"?/?>
</body>
</html>
  1. confirm 你寫成comfirm

  2. function Wopen(){} 你缺了個大括號

這樣就可以運行了^_^

沒看來你把例子綜合應用,挺會舉一反三嘛。我也剛學,要不一起做個伴~

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


<script type="text/javascript">
? function Wopen(){
?var mymessage=confirm("你想知道慕課網怎么走么?");
?if(mymessage==true){
?window.open('http://www.xianlaiwan.cn','_blank','width=600,height=400,top=100,left=0');}
?else
?{alert("打開失?。?);
?}?

}
</script>

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

單詞拼寫錯誤confirm寫成了comfirm,?var mymessage=comfirm("你想知道慕課網怎么走么?");

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

舉報

0/150
提交
取消

代碼有錯嗎?提交正確了為什么說網頁上有錯誤運行不了呢?

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

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

幫助反饋 APP下載

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

公眾號

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