zoukankan
html css js c++ java
ASP禁止刷新当前页
方法1:
<
%
Dim
SplitReflashPage
Dim
DoReflashPage
dim
shuaxin_time
DoReflashPage
=
true
shuaxin_time
=
10
ReflashTime
=
Now
()
if
(
not
isnull
(session(
"
ReflashTime
"
)))
and
cint
(shuaxin_time)
>
0
and
DoReflashPage
then
if
DateDiff
(
"
s
"
,session(
"
ReflashTime
"
),
Now
())
<
cint
(shuaxin_time)
then
response.write
"
<META http-equiv=Content-Type content=text/html; charset=gb2312><meta HTTP-EQUIV=REFRESH CONTENT=3>本页面起用了防刷新机制,请不要在<b><font color=ff0000>
"
&
shuaxin_time
&
"
</font></b>秒内连续刷新本页面<BR>正在打开页面,请稍候……
"
response.
end
else
session(
"
ReflashTime
"
)
=
Now
()
end
if
elseif
isnull
(session(
"
ReflashTime
"
))
and
cint
(shuaxin_time)
>
0
and
DoReflashPage
then
Session(
"
ReflashTime
"
)
=
Now
()
end
if
randomize
timer
regjm
=
int
(
rnd
*
8998
)
+
1000
%
>
方法2:
<
%
Dim
URL
If
DateDiff
(
"
s
"
,Request.Cookies(
"
oesun
"
)(
"
vitistime
"
),
Now
())
<
2
Then
URL
=
Request.ServerVariables(
"
Http_REFERER
"
)
Response.Write(
"
<meta http-equiv=""refresh"" content=""2;URL=
"
&
URL
&
"
"">
"
)
Response.Write(
"
防刷新,两秒后自动跳转
"
)
Response.
End
End
IF
Response.Cookies(
"
oesun
"
)(
"
vitistime
"
)
=
Now
()
%
>
青苹果Web应用商店
https://webapp.taobao.com/
PHP/ASP.NET/ASP/UCHOME/DISCUZ! X系列网站开发,详细需求联系
QQ:8511978
查看全文
相关阅读:
NTFS FAT FAT32
天才经常浏览的15个网站
手机软件测试总结
常见文件格式总结
Tcp三次握手
Http请求响应机制
C/S测试
软件异常测试
跟我一起学Oracle 11g【8】SQL 基础学习2[连接查询]
跟我一起学Oracle 11g【7】SQL 基础学习
原文地址:https://www.cnblogs.com/Dicky/p/131082.html
最新文章
Oracle数据类型
IIS属性详解
Silverlight3.0正式版(Silverlight3_Tools)离线安装
IIS5、IIS6、IIS7的ASP.net 请求处理过程比较
WPF学习之资源Resources
vs2003web项目相关问题
WinForm表单验证
Python 的* 和** 关于参数解包和参数传递
[unity3d] Asset Store 下载的package存在哪?
关于锚点 在ie8.0 标准下 不管用
热门文章
[MSSQL]SELECT INTO 和 INSERT INTO SELECT 两种表复制语句
js获取url参数值
HTTP Digest authentication
SQL级联删除
Unity3d游戏场景优化杂谈(4)
.net网站发布-允许更新此预编译站点 及修改发布后内容
MSSQL数据库锁
JS中的prototype
IIS 设置
关于Session 和 Cookies 的几点论述
Copyright © 2011-2022 走看看