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

为什么出不来窗口

<!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 my=confirm("是否打开新的网页")

     

  if (my==true);

  {

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

    }

    

    else

    {

        window.close;

    }

      }

    

  </script> 

 </head> 

 <body> 

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

 </body>

</html>


正在回答

3 回答

if判断条件后不需要分号

if(条件)//   这里

{

    语句;

}else{

    语句;

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

慕婉清6976319 提问者

非常感谢!
2016-03-25 回复 有任何疑惑可以回复我~

同学您好,不好意思,给您带来了不好的体验,十分感谢您的指正,我们已经将问题进行改正了!<strong>&nbsp;&nbsp;&nbsp;LENGTH():</strong><spanstyle="line-height:1.5em;">str</span>

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

if括号后边不要加";"号

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

举报

0/150
提交
取消

为什么出不来窗口

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