Suppose the web page contains a SELECT control that is disabled by default. As the user makes choices, the SELECT becomes enabled. Then with the SELECT enabled, he proceeds to a different page. After viewing the second page he clicks the back button to return to the first page. The selections he previously made on the first page are still shown on the form, but the SELECT control is now disabled again. Is there a way to keep the SELECT in the same state it was in when he moved to the second page?
Thanks
Thanks