<% Sub chkreflash() dim ScriptName ScriptName=lcase(request.ServerVariables("PATH_INFO")) dim posttime,DoReflashPage,ReflashPage,SplitReflashPage posttime=86400'防止刷新时间 DoReflashPage=false ReflashPage="|Article_one.asp" SplitReflashPage=split(ReflashPage,"|") for i=0toubound(SplitReflashPage) ifinstr(scriptname,SplitReflashPage(i))>0then DoReflashPage=trueexitforendifnextif (notisnull(session("ReflashTime"))) and posttime>0and DoReflashPage thenifDateDiff("s",session("ReflashTime"),Now())<posttime thenresponse.Redirect(syurl) else session("ReflashTime")=Now() endifelseifisnull(session("ReflashTime")) and posttime>0and DoReflashPage then Session("ReflashTime")=Now() endifEndSub %>