I do the same by adding '?n=#timeformat(now(),"hhmmss")#' to the
templateurl. I always get a fresh page.


* Holger Lockertsen, Solutions Developer, Horisont Information Systems AS
* Nedre Slottsgate 5, N-0157 OSLO, Noreg/Norway
* 23 31 03 04 / 91 83 20 51
* [EMAIL PROTECTED]   http://www.horisont.no/

NB! Horisont har f�tt nye nummer, og mitt INTERNNUMMER er: 23 31 03 04

-----Original Message-----
From: Xing Li [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 04, 2000 9:07 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: Help refresh in frame



I think this might work.

If you want to use a link to refresh the page but fear the browser
might cache the individual pages try the following:

Append and pass a bogus url variable containing a unique value to all
the frames in your frameset.

myframeset.cfm?bogusvar=#UUID()#

You will never get the same value returned from the UUID() function.
Good for creating absolute unique values.

Pretty sure that the browser uses url variable to determine and
retrieve the cache file. If the value is always different, it has to
create a new cache.

Xing

>
> Hi,
> Does anyone know how to completely clear the cache and refresh
> frame without
> clicking on the refresh function on the browser?  I use 3 meta
> tags on those
> pages and it doesn't seem to work.
> <META HTTP-EQUIV="Expires" CONTENT="0">
>
> <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
>
> <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
>
> Cecilia M. Lam
> Ektron, Inc.
> www.ektron.com
> [EMAIL PROTECTED]
> (603)594-2350 x 211

----------------------------------------------------------------------------
--
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.


------------------------------------------------------------------------------
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