阻止用户关闭网页,提示保存的解决方案IE/FF/OP通用(stop page from closing, and remind user save unchanged data )
in fact the onbeforeunload event supported in Firefox browser, but the window.event is not supported in Firefox. So, we can use the following code to stop page from leaving: