Hello,

You may wish to try using this snippet of code

hth
Stephen

<!--- NO cache!!!! --->
<CFSET gmt = gettimezoneinfo()>
<CFSET gmt = gmt.utcHourOffset>
<CFIF gmt EQ 0>
   <CFSET gmt = "">
<CFELSEIF gmt GT 0>
   <CFSET gmt = "+" & gmt >
</CFIF>
<CFHEADER NAME="Pragma" VALUE="no-cache">
<CFHEADER NAME="Cache-Control" VALUE="no-cache, must-revalidate">
<CFHEADER NAME="Last-Modified" VALUE="#DateFormat(now(), 'ddd, dd mmm
yyyy')# #TimeFormat(now(), 'HH:mm:ss')# GMT#gmt#">
<CFHEADER NAME="Expires" VALUE="Mon, 26 Jul 1997 05:00:00 GMT">

-----Original Message-----
From: Kate Hillier [mailto:[EMAIL PROTECTED]]
Sent: 21 May 2001 16:59
To: CF-Talk
Subject: Page Refreshing


I need to force a refresh on a page when I return to it after doing a
postcode lookup routine.  I was wondering if there was a CF solution to this
as I have tried JavaScript and using meta tags and they don't seem to work.

Forgive me if this is an easy one for the list.

TIA

Kate
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to