My solution to this problem is to attach a fake variable to the end of the
url I am CFLOCATING or linking to

e.g. <cfoutput>yourpage.cfm?r=#randrange(1,999)#</cfoutput>

CF doesn't care if r doesn't exist, but because the URL is different the
browser always treats it as a new file. The same trick works for html files.

Hope this helps

Tom


> Date: Mon, 10 Apr 2000 08:59:05 +0100
> From: Mark Jones <[EMAIL PROTECTED]>
> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
> Subject: RE: Expiring Pages in IE
> Message-ID: <016E3608B141D211B75300A0C9600D692B517A@DART_NI_2>
> 
> I am not sure what to use with IE3.  I have noticed that sometimes these
> examples don't work very well with IE as well.  Sometimes they will load up
> cached CFML data and stuff like that.  What I do if it is imperative for a
> page to load with new data I use the header tag
> 
> <meta http-equiv="Refresh" content="0;URL=WLB_Currency_Data.cfm">
> 
> This can be placed in a blank page and the user goes to this page and then
> is refreshed to the new page.  This will result in a non-cached version of
> the page loading up.  It does work but a better system would be much better.
> 
> Mark
> 
> -----Original Message-----
> From:    [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Sent:    Fri, 07 Apr 2000 19:10
> To:    [EMAIL PROTECTED]
> Subject:    RE: Expiring Pages in IE
> 
> Thanks Mark.  This does seem to work for Internet Explorer 5, but
> what can I
> do for Internet Explorer 3.0 people?  As far as I can tell, its not
> working
> on that browser.
> 
> So right now I'm doing these meta tags:
> 
> <META HTTP-EQUIV="expires" CONTENT="0">
> <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
> <meta http-equiv="cache-control" content="no-cache">
> 
> Eron
> 
> -----Original Message-----
> From: Mark Jones [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 07, 2000 11:33 AM
> To: '[EMAIL PROTECTED]'
> Subject: RE: Expiring Pages in IE
> 
> 
> Try these lines of code
> 
> <meta http-equiv="pragma" content="nocache">
> <meta http-equiv="cache-control" content="no-cache">
> 
> -----Original Message-----
> From:    [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Sent:    Fri, 07 Apr 2000 15:44
> To:    Cf-Talk
> Subject:    Expiring Pages in IE
> 
> Can anyone tell me if there is a reliable way (such as a
> meta tag or
> CFHEADER) that will cause a page not to be cached by the
> typical 3.0
> and
> above browsers.  It needs to work in Netscape and IE.  I
> want the
> pages to
> be reloaded automatically from the web server every time the
> user
> visits the
> page.
> 
> Thanks,
> 
> Eron

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to