我有3个网页。他们使用相同的ascx。我在ascx上有一个名为“发送消息”的按钮。当我点击3页中的2页时,没有消息就关闭了。另一个出现了这个警告。除了传递给ascx的属性之外,3页中没有什么大不相同。当我在chrome,firefox和safari中测试3页时没有任何警告。在IE 2关闭时没有警告,1显示警告。发生了什么事?
答案 0 :(得分:0)
Nevermind找到了解决方案。
function closeWindow() {
window.open('', '_self', ''); //added this line and it worked
window.close();
}
现在在发送没有警告消息的消息后关闭