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

新网页为什么打不开呢?

<!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 m=confirm("点击确定");

      if(m==ture)

      {

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

      }

   }

  </script> 

 </head> 

 <body> 

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

 </body>

</html>


正在回答

3 回答

其实你可以直接if(confirm('是否新窗口打开')){} 就行. 反正确定就是true 取消就false了

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

true 不是ture  我也总写错

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

if(m==true),你的true写错了

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

举报

0/150
提交
取消
JavaScript入门篇
  • 参与学习       739727    人
  • 解答问题       9566    个

JavaScript做为一名Web工程师的必备技术,本教程让您快速入门

进入课程

新网页为什么打不开呢?

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