【问题标题】:IE webpage you are viewing is trying to close the window message您正在查看的 IE 网页正在尝试关闭窗口消息
【发布时间】:2014-07-10 12:50:26
【问题描述】:

我有 3 个网页。他们使用相同的 ascx。我在 ascx 上有一个名为“发送消息”的按钮。当我在 3 页中单击它时,2 页关闭时没有消息。另一个显示此警告。除了我传递给 ascx 的属性外,这 3 页没有什么大的不同。当我在 chrome、firefox 和 safari 中测试时,这 3 个页面在没有警告的情况下关闭。在 IE 2 上无警告关闭,1 显示警告。怎么回事?

【问题讨论】:

    标签: asp.net internet-explorer tabs warnings


    【解决方案1】:

    没关系找到解决方案。

       function closeWindow() {
            window.open('', '_self', ''); //added this line and it worked
            window.close();
        }
    

    它现在在发送消息后关闭而没有警告消息

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-12-21
      • 2023-02-24
      相关资源
      最近更新 更多