2014-09-01 184 views
0

我有2個幀。我通過後退按鈕點擊使用了history.go。現在,我必須爲所有history.go頁面使用清除緩存選項。我已經在下面使用了。但沒有希望。FRAMESET中的清除緩存

我的技術是CF.我試過CFHEADER。沒用。

<cfheader name="pragma" value="no-cache"> 
<cfheader name="cache-control" value="no-cache, no-store, must-revalidate"> 

我的幀像

<frameset> <f1> <f2> </frameset-> 

<f1> used to show loading text 
<f2> used to show content. 

請讓我知道如何清除緩存FRAMESET

+0

你在找什麼在讓你相信它不工作? – 2014-09-01 15:13:41

回答

0

你試過

<meta http-equiv="cache-control" content="no-cache"/> 
<meta http-equiv="pragma" content="no-cache"/> 
+0

是的,它太辛苦了。 – Bala 2014-09-01 13:20:16

+0

我已經嘗試了CFHEADER和 Bala 2014-09-01 13:20:47