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

大神们,哪里出错了阿

<!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 choose=confirm("是否打开?");

        if(choose==true)

        { 

            var newurl=prompt("确定打开的网址","http://www.imooc.com");

        }

           if(newurl!==null)  

            {    window.open(newurl,'_blank','width=400,heigth=500,menubar=no,toolbar=no'); 

            }   

        else

        {

          alert("sorry1!");  

        }   

    } 

  </script> 

 </head> 

 <body> 

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

 </body>

</html>


正在回答

2 回答

 var choose=confirm("是否打开?");

这一句分号错了,改成英文分号吧

var choose=confirm("是否打开?");


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

Little兵 提问者

大神,我愣市检查了三遍还是发现不了,谢谢啦!!
2015-07-31 回复 有任何疑惑可以回复我~
#2

Perona 回复 Little兵 提问者

不用客气
2015-07-31 回复 有任何疑惑可以回复我~
#3

标标哟 回复 Little兵 提问者

if(newurl!==null) 里面的一个等于号去掉,不然你的confirm框出来点击取消会弹出一个空白的网页,而不是弹出sorry1!的alert框。
2015-08-31 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

大神们,哪里出错了阿

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