boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - Need your help about the page expired.
相关主题
Webpage making help!
问高手如何JS解密?
ASP ,PAGE EXPIRES 代码.
Re: 我记得留言板里加一句话 ---那句话是什么来着?
[转载] 一个简单问题
用了META,为什么还是要选择Chinese才能看中文?
再请教。
[转载] 紧急求助 制作网页乱码的问题
如何设置网页的语言?
关于google搜索
相关话题的讨论汇总
话题: meta话题: page话题: equiv话题: cache话题: need
进入BuildingWeb版参与讨论
1 (共1页)
A*L
发帖数: 2357
1
Thank you to take a look.
I am trying to build a commerical website,
after I placing the order,
I want to make the original page expried,
I don't know how to realize that.
I modify the meta



it not realize my gole.
How could I realize that? Thank you very much!
I use ASP. I will really appreciate your great help!
A*L
发帖数: 2357
2
//sigh就没有人不吝赐教一把?

【在 A*L 的大作中提到】
: Thank you to take a look.
: I am trying to build a commerical website,
: after I placing the order,
: I want to make the original page expried,
: I don't know how to realize that.
: I modify the meta
:
:
:
: it not realize my gole.

s***f
发帖数: 173
3
以前我记得我发过类似的帖子,那就再发一次了.
实现了点机BACK BUTTON, PAGE 被提示EXPIRES的功能.有对此功能一直有疑问的,可以来
看看.
Here we go, (FOUR files are required : A.asp B.asp C.asp login.asp by the
way)
A.asp
<%
Response.Buffer = True
Response.ExpiresAbsolute = Now() - 1
Response.Expires = 0
Response.CacheControl = "no-cache"
If Len(Session("FirstTimeToPage")) > 0 then
'The user has come back to this page after having visited
'it... wipe out the session variable and redirect them back
'to the login page
Session(

【在 A*L 的大作中提到】
: //sigh就没有人不吝赐教一把?
1 (共1页)
进入BuildingWeb版参与讨论
相关主题
关于google搜索
一个简单的Javascript菜单制作的问题
网页上的文字一直往右拖
no cache CGI output
firefox cache问题求救
logoff/logout怎么实现?
为啥"no-cache"对某些版本的IE不起作用?
How to automatically reload the webpage?
如何设置自动导向到另外一个网页?
问一个关于charset的问题
相关话题的讨论汇总
话题: meta话题: page话题: equiv话题: cache话题: need