The sub frame is updated by a _javascript_ line on the main page like this:
top.subFrame.document.location.href="">
where thisUrl is the cfm page with its various URL params.
In trying to solve this we have added the following META tags:
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="Mon, 26 Jul 1997 05:00:00 GMT">
<META HTTP-EQUIV="Last-Modified" CONTENT="<cfoutput>#DateFormat(now(), 'ddd, dd mmm yyyy hh:mm:ss')#</cfoutput> GMT">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-store, no-cache, must-revalidate, max-age=0">
<META HTTP-EQUIV="Cache-Control" CONTENT="post-check=0, pre-check=0">
but still to no avail!
Anyone have any cunning suggestions?
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

