Does anybody know of a way to make the Routers label the default value
instead of the value at index 0? Using javascript or basic xhtml?
Here is the code.
<select name = "product">
<optgroup label = "Routers">
<option>Lan11 </option>
<option>Lan12 </option>
</optgroup>
</select>
Thanks ahead.
Shock
BTW, I am using this on IE6
instead of the value at index 0? Using javascript or basic xhtml?
Here is the code.
<select name = "product">
<optgroup label = "Routers">
<option>Lan11 </option>
<option>Lan12 </option>
</optgroup>
</select>
Thanks ahead.
Shock
BTW, I am using this on IE6
Comment