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

弹出第一个询问框,点击取消为什么还会自动跳转网页。 求解答谢谢

<!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 dakai=confirm("是否打开该网页?");

       if (dakai==true)

     {var b=prompt("确定打开的网址","http://www.imooc.com/");

     if(b=true)

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

   else

   {document.write("拜拜");}

    }

    else

   {document.write("拜拜");}

    }

    </script> 

 </head> 

 <body> 

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

 </body>

</html>


正在回答

1 回答

业务逻辑上出问题了,你应该把prmpot()获取到的 Boolean值的判断写在confirm()的判断内,

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

举报

0/150
提交
取消

弹出第一个询问框,点击取消为什么还会自动跳转网页。 求解答谢谢

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