priyajagadeesan
06-09-2004, 04:33 PM
Hi,
I am using drop down menus, text field and listbox as search fields in my search program. I have a jsp which populates the listbox and drop downs. I use Java script to check whether an item seleced is in listbox or dropdown and perform the search and display the result using JSP.
When I select an item in the list box and click "search", I get the result. But, if I want to deselect it, I cudnt do it. And another thing, if I select multiple items, i can deselect everything but one. I cudnt deselect everything in the listbox once I make a selection. I am using a multiple select listbox. Please anyone lemme know how to deselect.
Thanks in advance,
Priya
I am using drop down menus, text field and listbox as search fields in my search program. I have a jsp which populates the listbox and drop downs. I use Java script to check whether an item seleced is in listbox or dropdown and perform the search and display the result using JSP.
When I select an item in the list box and click "search", I get the result. But, if I want to deselect it, I cudnt do it. And another thing, if I select multiple items, i can deselect everything but one. I cudnt deselect everything in the listbox once I make a selection. I am using a multiple select listbox. Please anyone lemme know how to deselect.
Thanks in advance,
Priya