window.unload事件
onbeforeunload="RunOnBeforeUnload()
function RunOnBeforeUnload() {if (g_blnCheckUnload) {window.event.returnValue = 'You will lose any unsaved content'; } }
function RunOnBeforeUnload() {if (g_blnCheckUnload) {window.event.returnValue = 'You will lose any unsaved content'; } }
posted on 2004-05-13 18:57 windancer|亮 阅读(2217) 评论(1) 收藏 举报
浙公网安备 33010602011771号