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

帮我看一下我哪里错了 为什么不能弹出窗口

 <script type="text/javascript">  
    function openWindow(){
       var a=confrim("open or not");
       if(a==true){
           var b=prompt("open or not","http://www.imooc.com");
       }
       else{
           return;
       }
       if(b !=null){
           window.open(b,'_blank','windth=400,height=500,menubar=no,toolbar=no')
       }
       else{
           return;
       }
        }

    
    
  </script>


正在回答

3 回答

少侠  不是confrim  是confirm

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

慕前端7121920 提问者

谢谢你
2015-02-10 回复 有任何疑惑可以回复我~

confirm  你写成confri了。

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

任务要求的是通过对话框输入网址的吧,所以应该用prompt消息对话框来完成任务。

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

举报

0/150
提交
取消

帮我看一下我哪里错了 为什么不能弹出窗口

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