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.

Reply via email to