Log in

View Full Version : Preselect in a pulldown



kosi
03-23-2007, 01:37 AM
Is there a way to preselect an item in a pulldown select form? I know how to do this with radio buttons and checkboxes, but can it be done with a pulldown? Thanks.

djr33
03-23-2007, 01:46 AM
Assuming this is standard, the keyword "selected" within the tag should do fine.
<select>
<option .... selected>
....
</select>