Is there a graceful way to select an option in an HTML form (i.e. <option value="xxx" SELECTED>Option Name</option>) after reading the appropriate field in from a database.
To clarify - I am pre-populating a form with user information from my database and text fir\elds and tex areas are no problem but when figuring out a graceful way to preselect an option (out of 150+ options in a list) I am at a loss.
Please help ....
Mike