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

老师,我这种编法哪里出错了?

<!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 one=confirm("确定吗?");

    if(one==true){

window.open('http://www.imooc.com/','_blank','width=400px,height=500px,menubar=no,toolbar=no,scrollbars=yes,status=yes');

}

else

document.write("nothing");

}

  </script> 

 </head> 

 <body> 

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

 </body>

</html>


正在回答

2 回答

其实我习惯性把输入法 "Shift"设置成 "Ctrl" 切换中英输入


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

刚帮你看了 是这句话 var one=confirm("确定吗?");后面的分号写错了

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

举报

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

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

进入课程

老师,我这种编法哪里出错了?

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