<%
dim RefreshIntervalTime
RefreshIntervalTime = 3 '防止刷新的时间秒数,0表示不防止
If Not IsEmpty(Session("visit")) and isnumeric(Session("visit")) and int(RefreshIntervalTime) > 0 Then
if (timer()-int(Session("visit")))*1000 < RefreshIntervalTime * 1000 then
Response.write ("<meta http-equiv=""refresh"" content="""& RefreshIntervalTime &""" />")
Response.write ("刷新过快,请稍候")
Session("visit") = timer()
Response.end
end if
End If
Session("visit") = timer()
%><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Asp如何防止网页频繁刷新-wwww.zhangpeng.com.cn</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="style.css">
<style type="text/css">
</style>
</head>
<body style="background-color:#666666;font-size:36pt;font-family:黑体;color:#FFFFFF;">
Asp如何防止网页频繁刷新-www.zhangpeng.com.cn
</body>
</html>
相关文章
- asp.net的服务器控件客户端空件的区别以及如何刷新页面不靠数据库数据停留在页面
- 如何在asp.net中使用updatePanel而不刷新所有页面?
- 当iframe被调整大小时,如何防止swf刷新?
- 如何防止RichTextBox刷新其显示?
- 如何使用jQuery刷新ASP.NET MVC UserControl?
- 如何防止页面刷新,就是说限制jsp页面,只能刷新三次,超过三次,就跳转到另外一个页面,不让他再继续打开这个页面了
- 如何防止Ajax重定向到Asp.net Mvc 5中的另一个页面
- 如何在ASP.NET中将网页转换为PDF?
- ASP。NET MVC SPA -如何在一个页面应用程序中处理页面刷新
- 防止网页后退 asp禁止缓存