1.<HTML> 2.<HEAD> 3.<title>test</title> 4.</HEAD> 5.<body onbeforeunload="RunOnBeforeUnload()" onunload="RunOnUnload()"> 6.<mce:script language="javascript"><!-- 7.function RunOnBeforeUnload() { 8. window.event.returnValue = '关闭浏览器将退出系统.'; 9. //alert("before"); 10. } 11.function RunOnUnload() { 12. //执行你的代码 13. alert("good"); 14.} 15. // --></mce:script> 16.</body> 17.</HTML>