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

正在回答

2 回答

按照你的代码,我运行了一下是可以运行的,建议代码格式化一下,不然看起来有点混乱

<!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("是否打开网页");
        if(a == true){
            var b = prompt("确认打开的网址","http://www.hao123.com/");
            if(b != null){
                window.open(b,'width=400','height=500','menuber=no','tooblar');
            }else{
                alert("666666");
            }
        }else{
            alert("888888");
        }
    }
  </script> 
 </head> 
 <body> 
      <input type="button" value="新窗口打开网站" onclick="openWindow()" /> 
 </body>
</html>


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

别比比 提问者

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

window.open([URL], [窗口名称], [参数字符串]);

打开窗口的参数写错了,可改为window.open(b,"_blank","width=400,height=500,menubar=no,toolbar=no");

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

别比比 提问者

改了,还是运行不了。。
2019-01-21 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

运行不了,哪里错了?

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