how would you go about making a selected item in a combo box??

<select name="month">
<option value="1">Jan</option>
<option value="2">Feb</option>
<option value="3">Mar</option>
</select>

for example on the combo box above how would i make the default select item mar 
instead of jan??

Reply via email to