Hi
I am submitting values to the server through a form and then after I submit i have a button that says go back.All it does is [<button onclick='history.go(-1);'>BACK</button>]
But when it does, the form on the former page does not preserve the values that were submitted which is what i want.Can anyone tell me what i should do to preserve these form variables.

Not possible on the client side, you would have to use server side routines to preserve the values entered by the user once the form has been submitted.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.