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.

Reply via email to