如何使IE上的关闭按钮失效呢?_百度知道
最佳答案: <script> {return "Are u sure?"} </script> ps:onbeforeunload 事件只有ie 和firefox 可用第三种: 就是关闭后,...更多关于如何让IE浏览器关闭按钮失效?的问题>>
有没有什么办法能把浏览器窗口上的关闭按钮禁用(屏蔽)掉?_百度知道
<script language=javascript> window.onbeforeunload = function() { if(event.clientX>document.body.clientWidth&&event.clientY<0||event.altKey) { window.event...更多关于如何让IE浏览器关闭按钮失效?的问题>>