hi~~
i have a page that will display data from a dbase.but i don't understand why i have to refresh the page to get the value of my combo box.other fields are ok..
<td>
<select class="textFiel d" name="highQual" >
<option value="<%=recor dset("Qualifica tionID")%>"sele cted></option>
<option></option>
</select>
</td>
i have a page that will display data from a dbase.but i don't understand why i have to refresh the page to get the value of my combo box.other fields are ok..
<td>
<select class="textFiel d" name="highQual" >
<option value="<%=recor dset("Qualifica tionID")%>"sele cted></option>
<option></option>
</select>
</td>
Comment