Edd
|
| Posted: 08/01/2002, 6:51 AM |
|
I have created a Listbox in a search table and it automatically defaults to giving me a "Select Value" item. When I leave it blank (where I want ALL the values) and press search I am expecting a blank character to be sent across as a parameter, instead I get ?Search+Value being sent. In the generated HTML I get "<select class="blahblah" name="xx"><option selected>Select Value</option> <option ...". I was expecting a VALUE of "" in the 1st option.
Question 1. - How do I fix this.
Question 2. - How do I get rid of the Select Value item?
TIA
Edd
|
|
|
 |
Alex Alexapolsky
|
| Posted: 08/02/2002, 5:14 AM |
|
You can locate 1st option of listbox via javascript and assign it empty value
|
|
|
 |
|