Yes, thank you - that code did exactly what I wanted it to do.

The page I want to refresh everytime is a login screen that utilizes the
"twoselectsrelated" tag.  I wanted to make sure if they backed into it, the
first select wasn't pre-selected for them.

Thanks!

Erika
----- Original Message -----
From: "Rob Sherman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 01, 2000 1:25 AM
Subject: RE: Forcing a page to refresh on "back-up"


: Someone passed this along to me and it seems to work:
:
: <CFSET Offset="-12">
: <CFHEADER NAME="Expires" VALUE="#DateFormat(DateAdd('h',offset,Now()), 'dd
: mmm yyyy')# #TimeFormat(DateAdd('h',offset,Now()), 'hh:mm:ss')# GMT">
: <CFHEADER NAME="Pragma" VALUE="no-cache">
: <CFHEADER NAME="cache-control" VALUE="no-cache, no-store,
must-revalidate">
:
: In your context, be careful that you don't upset the user, they may be
: trying to hit the back button on their browser because they made an honest
: mistake and want to make a change without re-filling out the entire form
all
: over again.
:
: On your action page you may want to give them a button, link, etc to
submit
: a new entry while keeping some pertinent information (Name, Address,
City...
: etc.) or submit a new blank entry.  Just a thought.
:
:
: Sincerely,
:
: Rob Sherman
: Developer / Allaire Certified Instructor
: ------------------------------------------------------
: Email:[EMAIL PROTECTED]
: ICQ:_____________________________3266081
: AIM:__________________________RobSSherm
: Yahoo!:________________RobSherman_CFDev
: Office:______________________(310) 543-1622
: Office Fax:__________________(310) 543-0512
: VMail/Fax:__________(310) 754-6016 ext. 5630
:
:
: --------------------------------------------------------------------------
----
: 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