问答详情
源自:2-7 编程练习

为什么我这个打不开呀

<!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 b=confiem("三风水");
if(b){window.open('http://www.imooc.com/','_blank','width=400px,height=500px);}
   else{alert("进来");openWindow();
   
  </script>
 </head>
 <body>
   <input  name="button" type="button" value="新窗口打开网站" onClick="openWindow()" />
 </body>
</html>

提问者:weixin_慕妹0062223 2020-10-21 22:56

个回答

  • 慕后端9048210
    2020-10-22 08:23:27
    已采纳

    var b=confiem("三风水");

    以上的confiem应该为confirm吧。