| Author |
Multiselect list box
|
Nila dhan
Ranch Hand
Joined: Sep 15, 2005
Posts: 160
|
|
I have a multiselect list box. Based on the user selection of the list box, I have to populate another dropdown.
The user may select one or more values from the list box. Is there any way that I could submit the form after the user has finished multiple selection ?
Any thoughts?
Thanks in Advance
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14456
|
|
|
The only way that the application can know when you've finished making multiple selections is to provide a "submit" button or equivalent. Unlike a single-select box, the mere act of selecting or de-selecting an object isn't sufficient to determine when the user has finished making choices.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: Multiselect list box
|
|
|