FRAMESET中的清除缓存
问题描述:
我有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
你在找什么在让你相信它不工作? – 2014-09-01 15:13:41