I have a drop down box and when the page loads I have a value in it. I want to prevent a value from appearing until the user selects it, how is this done?
Here is the code that I wrote:
<td height="23"><font face="Times New Roman" size="3" align="Left">
<select name="currentrecord">
<option>Y</option>
<option>N</option>
<option>Y/N</option>
</select>
</td>
thank you.
Here is the code that I wrote:
<td height="23"><font face="Times New Roman" size="3" align="Left">
<select name="currentrecord">
<option>Y</option>
<option>N</option>
<option>Y/N</option>
</select>
</td>
thank you.