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

为什么我的按钮没有反应

<script type="text/javascript">

       function openWindow(){
           var message=confirm("是否打开对话框");

           if (message=="true")
           { window.open('http://www.imooc.com/',
                   'width=400','height=500',menubar=no,toolbar=no}
       }
           else
           {alert("再见!");}
       }
   </script>
</head>
<body>
<input type="button" value="新窗口打开网站" onclick="openWindow()" />
</body>

正在回答

2 回答

知道了,谢谢哈

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

<!DOCTYPE HTML>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>confirm</title>

  <script type="text/javascript">


       function openWindow(){

           var message=confirm("是否打开对话框");


           if (message==true){

           window.open('http://www.imooc.com/',

                   'width=400','height=500',menubar=no,toolbar=no);

           }

       

           else

           {alert("再见!");

               

           }

       }

   </script>

</head>

<body>

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

</body>

</html>

if语句中true不是字符串  别打“”

 window.open('http://www.imooc.com/',

                   'width=400','height=500',menubar=no,toolbar           );     


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

举报

0/150
提交
取消

为什么我的按钮没有反应

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