一个关于清理缓存的问题,asp,急!! (30分)

L

llk

Unregistered / Unconfirmed
GUEST, unregistred user!
我用了
function loadfraMap()
{
window.parent.document.franame.self.location.replace("../../../view/view.asp");
return;
}
但页面还是不刷新怎么办?
 
function newHref()
ifdo
cument.all.selecttype.value=1 then
location.href="statYearTime1.asp?t_year="+document.all.t_year.value
else
ifdo
cument.all.selecttype.value=2 then
location.href="?t_year="+document.all.t_year.value
else
ifdo
cument.all.selecttype.value=3 then
location.href="statYearTime3.asp?t_year="+document.all.t_year.value
else
return false
end if
newHref=true
end function
 
<%
Response.Buffer = true
Response.ExpiresAbsolute = Now() - 1
Response.Expires = 0
Response.Expires = -1
Response.CacheControl = "no-cache"
Response.AddHeader "Pragma", "No-Cache"
'分
%>
 
对不起
../../../view/view.asp
在页首加
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
956
SUNSTONE的Delphi笔记
S
S
回复
0
查看
779
SUNSTONE的Delphi笔记
S
顶部