JohannIcon
Programmer
I have a select box, which is retreiving items from a database. I want this select box initial value to blank and index of 0 like this:-
Response.Write ("<OPTION VALUE=""0""></OPTION>"
Now how can I check that the user, after filling in the form, does not leave the select box empty but chooses an item from the list? I can remove this option and display the items directly, however I wish that the initial form is blank so that the user does not make a mistake and chooses the first option automatically or by mistake.
Thanks for your help
Response.Write ("<OPTION VALUE=""0""></OPTION>"
Now how can I check that the user, after filling in the form, does not leave the select box empty but chooses an item from the list? I can remove this option and display the items directly, however I wish that the initial form is blank so that the user does not make a mistake and chooses the first option automatically or by mistake.
Thanks for your help