PDA

View Full Version : Pop up windows and calendar causing form to reset when user returns to form


thorman
09-06-2002, 02:30 PM
I have a problem with an ASP form page that I am using JavaScript on to view pop up windows and a pop up calendar.

Here's my problem: When the user submits the form if they enter the wrong password or make a mistake in one of the fields and need to use the back button to return to the form and make the correction all of the data they entered is lost. Is there something I can put into my code that will keep the data when they return? I have attached my form to this message. Thanks for the help!

Scott

beetle
09-06-2002, 03:51 PM
You need to code your ASP to handle this. One of the forum moderators will move this post for you to the ASP forum.

It CAN be done with javascript, but not worth it when you have something server-side to work with.