maw_webdesign
05-23-2003, 08:05 AM
hi there...
Is it possible to let a dropdownbox show a certain option?
Like this:
<select name="selectName" size="1">
<option value="1">one</option>
<option value="2e">two</option>
<option value="3">three</option>
</select>
And when the page is loaded, the dropdown shows e.g. option 2?
Thnx,
Leon
Is it possible to let a dropdownbox show a certain option?
Like this:
<select name="selectName" size="1">
<option value="1">one</option>
<option value="2e">two</option>
<option value="3">three</option>
</select>
And when the page is loaded, the dropdown shows e.g. option 2?
Thnx,
Leon