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

yy们帮我看看呗

<!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 mass=confirm("确定打开网?");

    if(mass==ture)

    {window.open('prompt("请输入网址:")''width=400,height=500,munebar=no,toolbar=no');}

         

     }

   

    

    

  </script> 

 </head> 

 <body> 

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

 </body>

</html>

代码哪里有错吗?


正在回答

1 回答

function openWindow(){   
        var mymessage = confirm("是否打开新的窗口");
        if(mymessage == true)
            window.open('http://www.imooc.com/','_blank','width=400,height=500,menubar=no,toolbar=no');
        else
            document.write("你选择不打开新的网页!");
    }

以上是我的代码 很好的运行了,你可以看一下,你的代码有点乱,费眼 我就不看了?

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

举报

0/150
提交
取消

yy们帮我看看呗

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