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

大神们,求助我这段代码没有弹出 confirm ??

<!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 open=confirm("确认在新窗口打开网站吗?");
        if(open==true)
        {
            var url=prompt("请输入网址","http://www.immoc.com");
             if(url!=null)
                 {
                     window.open(url,"_blank","width=400,height=500,menubar=no,toolbar=no");
                 }
                 else
                 {
                     alert("再见!");
                 }
         }
        else
        {
            alert("再见!");
        }
}

    </script>
</head>
<body>
    <input type="button" value="打开新网址" onclick="openwindow()">

</body>
</html>

正在回答

2 回答

prompt()函数中的逗号用成了中文逗号了,要用英文符号  ---->  ','  -----/----> ','

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

举报

0/150
提交
取消

大神们,求助我这段代码没有弹出 confirm ??

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