in reply to Re: restore the data in combo box on using back button
in thread restore the data in combo box on using back button

You could just forget about having a back button displayed to go back, and just have the CGI script take you back to the submission page. The CGI script would pass the initial box 2 and box 3 values as parameters to the submission page. You could then use JavaScript to re-set the initial box 2 and box 3 values ...

There is no reason why you cannot pass around a few cookies either.

  • Comment on Re^2: restore the data in combo box on using back button