JS关闭页面提示

<html> 
<head> 
<title>茶界网-确认关闭页面提示窗口</title> 
<meta http-equiv="content-Type" content="text/html;charset=gb2312"> 
</head> 
<!--把下面代码加到<body>与</body>之间--> 
<body onbeforeunload="event.returnValue='你的页面数据尚未保存,确定退出茶界网吗?';">
关闭窗口试试! 
</body> 
</html>

posted @ 2012-06-07 10:28  fang_beny  阅读(324)  评论(0编辑  收藏  举报