<html>
<head>
</head>
<body onload="alert('文档加载完毕!');" onunload="alert('文档卸载完毕');" onBlur="alert('失去焦点');"
onfocus="alert('获得焦点');" onbeforeunload="alert('即将关闭窗口'); return false;">
</body>
</html>
<head>
</head>
<body onload="alert('文档加载完毕!');" onunload="alert('文档卸载完毕');" onBlur="alert('失去焦点');"
onfocus="alert('获得焦点');" onbeforeunload="alert('即将关闭窗口'); return false;">
</body>
</html>