js关闭浏览器窗口事件
js关闭浏览器窗口
js关闭浏览器窗口,不弹出提示框。支持ie6+,火狐,谷歌等浏览器。
<html><head /><body><script type="text/javascript">window.onbeforeunload = function(){return "quit?"; }</script></body></html>
发布时间: 2013-09-05 16:02:06 作者: rapoo
js关闭浏览器窗口事件
js关闭浏览器窗口
js关闭浏览器窗口,不弹出提示框。支持ie6+,火狐,谷歌等浏览器。
<html><head /><body><script type="text/javascript">window.onbeforeunload = function(){return "quit?"; }</script></body></html>