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

新窗口打不开,请问是哪里出问题了呢?求大佬指正

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

    if(yi==true)

    {window.open('https://www.imooc.com/',"_blank","width=400,height=500,menubar=no,toolbar=no")};

    else

    {alert("打开失败")};

                                };

  </script> 

 </head> 

 <body> 

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

 </body>

</html>


正在回答

4 回答

charset=utf-8  试试

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

有些符号有些问题 仔细看看就知道了

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 ms=confirm("是否打开新的窗口");

       if(ms=true){

         window.open("http://www.imooc.com/","_blank","width=400px,height=500px") 

       }else{

           document.write("不打开任何窗口")

       }

  }

    

    // 新窗口打开时弹出确认框,是否打开


    // 通过输入对话框,确定打开的网址,默认为 http://www.imooc.com/


    //打开的窗口要求,宽400像素,高500像素,无菜单栏、无工具栏。

    

    

  </script> 

 </head> 

 <body> 

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

 </body>

</html>


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

执殇丶

if(ms==true) 双等号
2019-02-01 回复 有任何疑惑可以回复我~
  if(yi==true)--------------》if(yi);试试看


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

比西蓝花还西蓝花的西蓝花 提问者

大佬,还是不行QAQ
2019-01-31 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

新窗口打不开,请问是哪里出问题了呢?求大佬指正

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