在IE和FireFox下都支持的窗口退出提示
By 男生贞子 发表于 2006-10-14 14:43:00
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="javascript">
zringCheckUnload = true;
window.onbeforeunload = function() { if(zringCheckUnload)return("您确定退出该页面么?");}
</script>
<body>
</body>
</html>
By 男生贞子 发表于 2006-10-14 14:43:00
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="javascript">
zringCheckUnload = true;
window.onbeforeunload = function() { if(zringCheckUnload)return("您确定退出该页面么?");}
</script>
<body>
</body>
</html>