Would something like this work for you?

<form action="" method="post" name="addCustomer" id="addCustomer">
<!--- pass values from previous page --->
<cfloop collection="#form#" item="fieldName">
  <cfif NOT REFindNoCase("save|fieldnames",fieldName) >
    <input type="hidden" name="#fieldName#" value="#form[fieldName]#">
  </cfif>
</cfloop>  
    <input type="hidden" name="edit" value="true">
    <input type="Submit"
       name="save"
       value="GO BACK"
       wait...'">
</form>

>Is there a way that I can have a form redisplayed when the back button is
>used?
>
>Right now the "Page Expired" message shows and the user has to refresh and
>resubmit.  All I want to have happen is to have the previous page shown just
>like it was before a submit button was pressed.
>
>Andy
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to