Click to See Complete Forum and Search --> : The "back" -button


Pulp
January 23rd, 2001, 08:04 AM
Hi All!!

I'm developing a new ASP-page to enhance an allready existing site.

I have a form where the user can enter different values, that are saved in a database. This works fine.

The problem is that when the user fills in some information, navigates away from the page and then clicks the "Back"-button (in the browser), all the information is lost! (there's no warning that the "content has expired", so that's not the issue)

I tried reproducing the behaviour by creating a simple site with some input-fields, but were not able make the "problem" appear.

Could it be some setting on IIS??
Any suggestions?

Regards Pulp

tomcat99
February 17th, 2001, 02:01 PM
Or could it be some JavaScript that replaces user entered value with default values (empty fields)? Is this page a ASP page? If this is a ASP page then even if you hit back the IIS will reexecute the ASP page so you loose your values!

tomcat