Asp 如何防止网页频繁刷新?

王朝干货·作者佚名  2011-12-05
窄屏简体版  字體: |||超大  

html css asp

<%

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="""&amp; RefreshIntervalTime &amp;""" />")

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>

小贴士:① 若网友所发内容与教科书相悖,请以教科书为准;② 若网友所发内容与科学常识、官方权威机构相悖,请以后者为准;③ 若网友所发内容不正确或者违背公序良俗,右下举报/纠错。
 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
 
 
© 2005- 王朝網路 版權所有 導航