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

为什么打不开新窗口?

<script type="text/javascript">

   function rec(){

      var myweb;

      myweb =prompt("请输入你的网址","http://");

      var mymessage= confirm("确认打你的网址?");

      if(mymessage==true)

      {

          window.open('http://www.baidu.com','_top','height=600,width=400,top=100,left=0');

      }

      else

      {

          alert("打开失败");

          }

   } 

 

</script>

</head>

<body>

    <input name="button" type="button" onClick="rec()" value="点击我,打开新窗口!" / >


正在回答

4 回答

_top是在本页面中打开

_blank是在新窗口中打开

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

_blank 在新窗口中打开


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

找到了浏览器的原因,

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

_top改成_blank就好了

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

举报

0/150
提交
取消

为什么打不开新窗口?

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