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

为什么出现网页丢失?

<!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 a=confirm("open?");

         if(a==true){

             var b=prompt("输入网址","http://www.imooc.com");

             if(b!=null){

                 window.open('b','width=400,height=500,menubar=no,toolbar=no')

             }

             else{alert("bye");}

         }

         else{alert("bye");}

     

 }

  </script> 

 </head> 

 <body> 

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

 </body>

</html>


正在回答

2 回答

把参数b的引号去掉,b是变量,不能加引号

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

你把

window.open('b','width=400,height=500,menubar=no,toolbar=no)}     改成

window.open('http://www.imooc.com','width=400,height=500,menubar=no,toolbar=no')}



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

ZYJZYJ 提问者

那如果我想通过函数b的输入来确定要打开的网址呢?
2018-07-30 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么出现网页丢失?

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