I have a combo box that I want to appear blank on the inital page load. I did this by:
<SELECT> name="cboMyCombo"</SELECT>
<OPTION> value=""""> &nsbp</OPTION>
<OPTION>AA</OPTION>
<OPTION>AB</OPTION>
<OPTION>AC</OPTION>
Etc.....
and I put some javascript in the form that won't allow the user to submit a blank, BUT......
when you click on the down arrow, the first option shows a blank, a non-crucial but somewhat annoying flaw.
Does anyone have a suggestion or sample on how I might make the combo box show up initially blank, but then have no blank show up as a choice in the dropdown?
How much more water would there be in the ocean if it weren't for sponges?
<SELECT> name="cboMyCombo"</SELECT>
<OPTION> value=""""> &nsbp</OPTION>
<OPTION>AA</OPTION>
<OPTION>AB</OPTION>
<OPTION>AC</OPTION>
Etc.....
and I put some javascript in the form that won't allow the user to submit a blank, BUT......
when you click on the down arrow, the first option shows a blank, a non-crucial but somewhat annoying flaw.
Does anyone have a suggestion or sample on how I might make the combo box show up initially blank, but then have no blank show up as a choice in the dropdown?
How much more water would there be in the ocean if it weren't for sponges?