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

我的打不开。。。检查了还没发现错误...谁能帮忙看下

<!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 conf=confirm("是否打开窗口?");
    // 新窗口打开时弹出确认框,是否打开
    if(conf == true)
    {
        webpage=prompt("你要打开的链接为?","http://www.imooc.com/");
    // 通过输入对话框,确定打开的网址,默认为 http://www.imooc.com/
      if (webpage != null)
      {
        window.open(webpage,"_blank","width=400,height=500,menubar=no,toolbar=no")
      }else{alert("1");}
    }else{alert("1");}
    }
窗口要求,宽400像素,高500像素,无菜单栏、无工具栏。

  </script> 
 </head> 
 <body> 
	  <input type="button" value="新窗口打开网站" onclick="openwindow()" /> 
 </body>
</html>


正在回答

4 回答

分号变成英文分号就对了

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

你第九行的代码最后的分号应该在拼音状态下输入,你是在汉字状态下输入的,你改一下就行了。

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

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

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

举报

0/150
提交
取消

我的打不开。。。检查了还没发现错误...谁能帮忙看下

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