摘要:
下面这段代码可以在页面关闭的时候自定义信息提示你<html><head><title></title><script type="text/javascript"> function ConfirmClose() { window.event.returnValue = "请先保存好数据"; } function ShowConfirmClose(blnValue) { if(blnValue) { document.body.onbeforeunload = ConfirmClose; } e 阅读全文
posted @ 2011-04-21 22:28
poisson_notes
阅读(638)
评论(0)
推荐(0)
浙公网安备 33010602011771号