Resetting page/browser after back button is clicked
I have a form that contains input, radio buttons, and checkboxes. The form submits to itself instead of an action page.
After all the processing is done, I output a report using all the data that was entered. At th e end of the report, I have to do a cfabort, otherwise the form will display right after the report.
At the end of the report, I want a back button to take the user back to the form. However, the data is still on the form and I would like it cleared when they return to the form.
What would be the best way to do this ?
