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

为何只执行confirm的内容?

<!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 open=confirm("是否打开网址");

   

       if(open=ture)

       {

  

         var url=prompt("请填写及确认打开的网页","http://www.imooc.com");

 

  if(url!=null){

         window.open(url,'_blank','width=400,height=500,menubar=no,toolbar=no') }

 

     else{

alert("哈哈")

}

 

  }

       else{

           document.write("居然不打开")

       }

  }

  


  

  

  </script> 

 </head> 

 <body> 

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

 </body>

</html>

为何只执行confirm的内容?

正在回答

2 回答

if(open=ture) 打错了 

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

呀欣 提问者

非常感谢!
2017-01-20 回复 有任何疑惑可以回复我~

if中用==

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

慕粉0933535248

用=也可以啊!
2017-01-20 回复 有任何疑惑可以回复我~
#2

呀欣 提问者

有什么不同吗?
2017-01-20 回复 有任何疑惑可以回复我~
#3

呀欣 提问者 回复 慕粉0933535248

用=和==出来的效果不一样的呢
2017-01-20 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为何只执行confirm的内容?

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