You really haven't given us much to go on. Of particular interest would be how the rest of the options in the select are created. Just going from what you have shown, I'd say just skip:
Code:
<option value="" selected = "selected">* - Not Identified </option>
That way (presumably), the first option will be the first one from the data base. The first option is always selected by default (at least in modern browsers). You could perhaps arrange though to have it bear the selected attribute. That is recommended, but in all likelihood would not be required.
This really sounds more like a server side issue, though it does look like you are combining that with javascript. If javascript can be avoided, your page will be more accessible.
Bookmarks