Before I answer this... I need to know a question, as you really haven't explained exactly what you are trying to achieve.
So you have submitted the form, now using the back button or any button to go back is really dangerous. Some browsers can and do keep the data entered in the forms, others will always clear it. But by definition, one should always expire the page that a form is on. The number one reason is also security, a user could potentially leave the computer, and another can come up and hit the back button and see everything that is typed in. So the question I would like to ask, what is the purpose of going back to the form with the entered data? Because if we can establish why you need to do this, then we maybe able to provide a solution to what you really need/want to do. On Mon, Sep 26, 2011 at 11:28 AM, Mo Lay <[email protected]> wrote: > > >Turn the 'back to...' link into a form submit that holds the same values > submitted. > >Or you can create cookies that carry the most recent values of the form. > > > >---------------------- > >William Seiter > > > >On Sep 24, 2011, at 5:46 PM, Mo Lay <[email protected]> wrote: > > > >> > > Hi William, > > Can you explain further please ? > > thanks > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5626 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm
