I have had the problem with changing client variables and the page would 
load from cache and show the old values.  What I did was instead of using 
<CFLOCATION>, I created a form with a hidden bogus field in it and submited 
the page back to the page I was wanting to show.  Here is an example of the 
code:

<HTML>
<HEAD></HEAD>
<BODY ONLOAD="javascript:document.myform.submit();">
<FORM ACTION="yourpage.cfm" METHOD="post" NAME="myform">
<INPUT TYPE="Hidden" NAME="bogus">
</FORM>
</BODY>
</HTML>

You have to have the hidden bogus field so Netscape will process the page 
correctly.  Hope this helps.

Jason Green
Maxim Group
St. Louis, MO




>From: [EMAIL PROTECTED] (Olson, Kelly)
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Newbie: Refreshing screen after update
>Date: Thu, 14 Sep 2000 10:54:33 -0400
>
>I have a form that allows one to update company informaion. Upon
>submitting the data it reloads the same page and updates changed
>information. ( no big deal so far )
>
>There is also a HTML link back to the main menu. (CLICK - this appears
>to work fine.)
>
>The problem is if I select the menu item that goes back to the edit
>company info screen the data is not displaying as the updated version.
>The database has been updated.  If I reload that screen it displays the
>updated version or if i go into anotherpart of the program and come back
>to the edit screen it is updated.  It is almost like the screen is
>loading from a cached copy.
>
>Has anyone heard of this or know of a way to solve this?
>
>------------------------------------------------------------------------------
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>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.

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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