Don't know if this will help, but it seems to work for me 
regarding forcing page refreshes.

1. The meta tag defaults to reloading the page specified after two seconds
   unless the user clicks the "Field Template Menu" button.

2. The onClick event takes the user back to the TPLT_SEL page if it is 
   clicked before two seconds.

In both cases the TPLT_SEL page is reloaded/refreshed.  Seems to also work behind 
proxy/firewall.
Using an onClick="javascript:history.go(-1)" type of event doesn't refresh the page.


<HEAD>
   <TITLE>Field Template Record Update Page</TITLE>
   <META HTTP-EQUIV="REFRESH" CONTENT="2.0;URL=TPLT_SEL.CFM">
</HEAD>

....bunch of code...

<CFFORM NAME="RVT2_REV" ACTION="FLDTPLT.CFM">

   ... bunch of code...

   <INPUT TYPE="button" VALUE="Field Template Menu"
       onClick="location.href='TPLT_SEL.CFM'">
</CFFORM>

     ^
    / \__
   (    @\___
  /          O
 /    (_____/
/_____/
Whoof...
410-757-3487

-----Original Message-----
From:   Greg Wolfinger [SMTP:[EMAIL PROTECTED]]
Sent:   Tuesday, March 20, 2001 1:56 PM
To:     CF-Talk
Subject:        Re: Browser is caching files even when I use META tags to prevent 
caching.

> I'm using IE 5.5

Hmmm.... I'm not sure.  The frames are sometimes troublesome with IE5.0 and
caching, but I havn't herd of 5.5 having this issue.  I'm not help, sorry.
----- Original Message -----
From: "Kevin Gilchrist" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, March 20, 2001 11:44 AM
Subject: RE: Browser is caching files even when I use META tags to prevent
caching.


> I'm using IE 5.5
>
> -----Original Message-----
> From: Greg Wolfinger [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, March 20, 2001 11:34 AM
> To: CF-Talk
> Subject: Re: Browser is caching files even when I use META tags to
> prevent cac hing.
>
>
> I've heard of problems like this when using IE 5.0.  What browser are you
> testing this app on?
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to