maintainig the value of a select box onsubmit of a form
payal kapadia
Greenhorn
Joined: Feb 08, 2005
Posts: 10
posted
0
hi.. another small doubt. I have a form in which in am using document.formname.submit() onchange on a select box.
on subit of this form i have managed to ensure that the values in the textfields persist even after refreshing(by sending the variables to the bean file and then retreiving them.)How do i ensure the same in case on a select box(that is i want it to have the same value it had before subm,itting the form.