为了账号安全,请及时绑定邮箱和手机立即绑定

为什么点开没有反应,求助大神

<!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 open=confirm("确认是否去深圳?");
 if(open==true)
 {var url=prompt("通过对话框输入网址","www.baidu.com");
if(url!=null)
{window.open(url,'_blank','width=400px','height=500px','menubar=no','toolbar=no')}
else
{alert("再见!");}
}
else{alert("再见!");}
   }
</script>
 </head>
 <body>
   <input type="button" value="新窗口打开网站" onclick="openWindow()" />
 </body>
</html>

正在回答

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 open=confirm("确认是否去深圳?");

 if(open==true)

 {

//var url=prompt("通过对话框输入网址","www.baidu.com");

var url=prompt("通过对话框输入网址","http://www.baidu.com");

if(url!=null)

{

   // window.open(url,'_blank','width=400px','height=500px','menubar=no','toolbar=no')

   window.open(url,'_blank','width=400,height=500,meaubar=no,toolbar=no');

    

    }

else

    {

    alert("再见!");

    }

}

else

    {

        alert("再见!");

    }

   }

</script> 

 </head> 

 <body> 

   <input type="button" value="新窗口打开网站" onclick="openWindow()" /> 

 </body>

</html>

帮你改了一下,改的地方作了注释,除此之外,你的两个alert语句都是以中文分号结尾的,不对。现在在网页里可以正常运行了

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

殷浩

window.open()那儿你写的是对的,分开写也行,语句末尾记得加分号,养成良好习惯
2016-10-11 回复 有任何疑惑可以回复我~
#2

anthony_min 提问者

非常感谢!
2016-10-18 回复 有任何疑惑可以回复我~

{alert("再见!");}
}
else{alert("再见!");}

这两个你用了中文的分号

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

alert最后的分号是中文的,应该用英文的。

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

举报

0/150
提交
取消

为什么点开没有反应,求助大神

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信