RE: Help refresh in frame

2000-04-05 Thread Holger Lockertsen

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=listsbody=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=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Help refresh in frame

2000-04-04 Thread Cecilia Lam

This is a multi-part message in MIME format.

--=_NextPart_000_0009_01BF9E2A.358CACD0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

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


--=_NextPart_000_0009_01BF9E2A.358CACD0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEAD
META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type
META content=3D"MSHTML 5.00.2920.0" name=3DGENERATOR/HEAD
BODY
DIVFONT face=3DArial size=3D2SPAN class=3D830091914-04042000Hi,=20
/SPAN/FONT/DIV
DIVFONT face=3DArial size=3D2SPAN class=3D830091914-04042000Does =
anyone know how=20
to completely clear the cache and refresh frame without clicking on the =
refresh=20
function on the browser?nbsp; I use 3 meta tags on those pages and it =
doesn't=20
seem to work./SPAN/FONT/DIV
DIVFONT face=3DArial size=3D2SPAN class=3D830091914-04042000FONT =
size=3D2
Plt;META HTTP-EQUIV=3D"Expires" CONTENT=3D"0"gt;/P
Plt;META HTTP-EQUIV=3D"Pragma" CONTENT=3D"no-cache"gt;/P
Plt;META HTTP-EQUIV=3D"Cache-Control"=20
CONTENT=3D"no-cache"gt;/P/FONT/SPAN/FONT/DIV
DIVFONT face=3DArial size=3D2Cecilia M. Lam/FONT/DIV
DIVFONT face=3DArial size=3D2Ektron, Inc./FONTFONT face=3DArial=20
size=3D2/FONT/DIV
DIVFONT face=3DArial size=3D2A=20
href=3D"http://www.ektron.com/"www.ektron.com/A/FONT/DIV
DIVFONT face=3DArial size=3D2A=20
href=3D"mailto:[EMAIL PROTECTED]"[EMAIL PROTECTED]/A/FONT/DIV
DIV align=3DleftFONT face=3DArial size=3D2(603)594-2350 x =
211/FONT/DIV
DIVnbsp;/DIV/BODY/HTML

--=_NextPart_000_0009_01BF9E2A.358CACD0--

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



Re: Help refresh in frame

2000-04-04 Thread Xing Li


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=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.