Try passing the values back to the same page, and provide a message asking the user not to use the browser back button, but use the button provided as shown below:

<form action="" page]" method="post">
<cfoutput>
<cfloop collection="#form#" item="fieldName">
  <input type="hidden" name="#fieldName#" value="#form[fieldName]#">
</cfloop>
</cfoutput>
<input type="Submit"
name="goback"
value="Go Back">
</form>

>
> Has anyone found a solution concerning the message (warning: page has
> expired), when one clicks the back button or go(-1). I've tried the
> following with
> no success.:
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to