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

诸位帮我看看哪里错了,为什么prompt语句不显示?

<!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 opentag=confirm("哥哥,打开一个新窗口嘛好不好?");

if(opentag==ture)

{var webaddress=prompt("输入一下这个网址嘛好不好?","http://www.imooc.com");

if(webaddress!=null)

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

    else{

    alert("你是不是故意的?");

    alert("哼,再不喜欢你了!");

}}

    else

    {

    alert("你为什么不打开新窗口?");

    alert("哼,再不喜欢你了!");

}

}

  </script> 

 </head> 

 <body> 

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

 </body>

</html>


正在回答

2 回答

if(opentag==ture)中的ture应该为true

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

木又寸丅王元l司学 提问者

我去,原来在这里。。。愣是没找到。谢谢!
2016-03-28 回复 有任何疑惑可以回复我~

gaoxiao



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

木又寸丅王元l司学 提问者

没有<br>啊
2016-03-28 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

诸位帮我看看哪里错了,为什么prompt语句不显示?

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