Forum Moderators: mack

Message Too Old, No Replies

option value=Select... a space before the drop list

         

Flolondon

5:48 pm on May 2, 2004 (gmt 0)

10+ Year Member



Please somebody help me,

I am doing an option value select code and i want the interface of the list/menu to show blank instead of a first country, i.e. United Kingdom of a drop down menu. How do i do a blank space so that when the person sees the search form they will see a blank space instead of a country in the box instead.

i want a blank view instead first.

<option value="United Kingdom">United Kingdom</option>

thanks..

Flolondon

6:02 pm on May 2, 2004 (gmt 0)

10+ Year Member



<option value="" selected>-choose--</option>

its ok, thanks I got it.