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

请大神看一下我哪里错了,谢谢。为什么打不开?

<!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 mywin=window.open("www.hao123.com");

        var pages = confirm("是否打开网页?");

          if(pages == true){

              window.open('www.hao123.com','_blank','width=400,height=500,menubar=no,toolbar=no');

              alert("页面已打开~");

          }

         else{

             mywin.close()

             alert("页面已关闭");

         }


    }

  </script> 

 </head> 

 <body> 

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

 </body>

</html>


正在回答

1 回答

具体的说不太清楚 这是改正的 您参考一下 有错误的话希望理解!

<!DOCTYPE html>

<html>

 <head>

  <title> new document </title>  

  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>   

  <script type="text/javascript">  

    function openWindow()

    {

        var pages = confirm("是否打开网页?");

          if(pages == true){

            window.open('https://www.hao123.com/','_blank','width=400,height=500,menubar=no,toolbar=no')

          }

         else{

                  var mywin=window.open('https://www.hao123.com/','_blank','width=400,height=500,menubar=no,toolbar=no');

               mywin.close()

         }

    }

  </script> 

 </head> 

 <body> 

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

 </body>


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

别比比 提问者

好的,谢谢~
2019-01-20 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

请大神看一下我哪里错了,谢谢。为什么打不开?

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