posted 23 years ago
Hi,
I have a select box with values 200,300,400,500 ... 1000 in a select box in a form.,(lets call this as size)
In my program when the user logs in he has a size selected. I am storing this size in a session variable.
This page which is displayed after 4 pages gets the session value. Now I WANT TO MAKE THE VALUE IN THE SIZE VARIABLE TO BE THE SELECTED OPTION IN THE SELECT BOX.
Eg: If my user is selecting 500, then when my form in the 4 page loads the option that has to be selected in te checkbox has to be 500.
How can I do it ?
Thanks..
Maya