Posted by usenet+2004 on 09/14/06 15:14
@net:
> All the values should be preserved on redirection to page1.php by
> session variables, so the customer dont have to fill all the fields
> again, but only to make correction. It's easy with <input
> type="text"...
> Now the question:
> How to preserve the position choosed from first submition in
> drop-down menu since it is dynamicly populated?
Pick the value out of the session and compare it with the values in
your SELECT. It doesn't matter whether or not those values are pulled
from a database. Whichever one matches the value from the session, add
to its OPTION a selected="selected" attribute spec.
--
Jock
[Back to original message]
|