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

请问为什么弹不出对话框?

<!DOCTYPE html>
<html>
 <head>
  <title> new document </title> 
  <meta http-equiv="Content-Type" content="text/html; charset=gbk"/>  
  <script type="text/javascript"> 
    function opeWindow(){
        var insure=confirm("确认打开新窗口吗?");
        //弹出对话框,是否打开
        if(insure==true){
            var newwin=prompt("输入打开的网址:","http://www.imooc.com/");
        //输入对话框,确定打开网站,默认http://www.imooc.com/ 
            if(newwin!=null){window.open('newwin','width=400,height=500,menubar=no,toolbar=no');
            }
        //打开的窗口要求。
        }
        else return null;
    }
  </script>
 </head>
 <body>
   <input type="button" value="新窗口打开网站" onclick="openWindow()" />
 </body>
</html>

正在回答

2 回答

不用啦 我找到问题了,我前面函数名打错了,后面没有办法调用 ?

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

有个分号的中文的,我改成英文后还是不能弹出对话框

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

举报

0/150
提交
取消

请问为什么弹不出对话框?

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