I am pulling information into a drop down menu from a database. How do I make it so the drop down menu is blank initially. In other words I don't want the dropdown menu to have an initial value.
Inserting a blank line is simple, just don't enter information and make that cell selected.
<SELECT>
<OPTION VALUE="" SELECTED></OPTION>
</SELECT
I assume that you are looping through a recordset to build the rest of the options.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.