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

我为什么打不开设置的窗口?

function openWindon(){ if(confirm("确定打开新窗口吗?")){ var url = prompt("请输入一个网址","http://www.imooc.com/"); window.open( url,"_blank","toolbar=no, menubar=no, scrollbars=yes,  width=600, height=400"); }我为什么打不开窗口?

正在回答

2 回答

这个和我那个有什么区别吗?  status=yes?什么意思?

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

<!DOCTYPE HTML>

<html>

    <head>

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

        <title></title>

        <script type="text/javascript">

            function openWindow()

            {

                if (confirm("确定打开新窗口吗?"))

                {

                    var url = prompt("请输入一个网址", "http://www.imooc.com/");

                    window.open(url, "_blank", "toolbar=no, menubar=no, scrollbars=yes,  width=600,status=yes; height=400");

                }

            }

        </script>

    </head>

    <body>

        <input type="button" value="click me" onclick="openWindow()" />

    </body>

</html>


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

举报

0/150
提交
取消

我为什么打不开设置的窗口?

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