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

想让各位同学帮我看看哪里出错了导致打不开

 <script type="text/javascript">  

   function openwindow(){

   var mymessage=confirm("Are you open the window?");

   if(mymessage=true)

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

   }

  </script> 


正在回答

2 回答

if(mymessage=true)改为if(mymessage==true)。"="是赋值符,“==”是判断符

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

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


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

举报

0/150
提交
取消

想让各位同学帮我看看哪里出错了导致打不开

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