Function Redirect( NewURL )
If Not IsEmpty( NewURL "" ) Then
Dim QuestionMark
QuestionMark = Instr( NewURL, "?" )
If QuestionMark = 0 Then
Response.Redirect NewURL "?" NoCacheURL()
Response.End
Else
Response.Redirect NEWURL "" NoCacheURL()
Response.End
End If
End If
Function NoCacheURL()
On Error Resume Next
Randomize
NoCacheURL = "NoCache=" Server.URLEncode(rnd)
End Function
標(biāo)簽:襄陽 雞西 中山 朔州 柳州 遵義 威海 邯鄲
巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《如何終止瀏覽器的Cahce頁面?》,本文關(guān)鍵詞 如何,終止,瀏覽器,的,Cahce,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。