M
middletree
I have a multiple select box, and I'd like to find a way to pass all items
in the list to the next page. I assume the only way this can happen is if
all are selected. Unfortunately, I have found that it is possible for the
user to click one item, which de-selects all the others. I need some code
which will make 100% that all items in the list are selected upon
submission. I assume there may be a javascript function I could build and
put into the onlick event of the submit button (really it's an image)
I know that this is not a javascript group or a client-side group, but was
wondering if someone here might know what it would take to make this form
field do a select all just before submission.
An IE-only solution would be fine.
in the list to the next page. I assume the only way this can happen is if
all are selected. Unfortunately, I have found that it is possible for the
user to click one item, which de-selects all the others. I need some code
which will make 100% that all items in the list are selected upon
submission. I assume there may be a javascript function I could build and
put into the onlick event of the submit button (really it's an image)
I know that this is not a javascript group or a client-side group, but was
wondering if someone here might know what it would take to make this form
field do a select all just before submission.
An IE-only solution would be fine.