ASP禁止重新整理當前頁

來源:互聯網
上載者:User
方法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()  

%>

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.