调用window.top.close()方法时,如何屏蔽关闭窗口的提示?

如题
---------------------------------------------------------------

window.top.opener = null;
window.top.close();
---------------------------------------------------------------

1<input onclick="window.opener=null;window.close()" type="button" value="关闭"/>
Published At
Categories with Web编程
Tagged with
comments powered by Disqus