P
Paige_Franklin
I have 2 list boxes on a page. Clicking on one causes the value to be moved
to the other box. This works great.
My problem is that I need to values in listbox 2 to be passed to the next
asp page. How do I make all of the items in that second box "selected" ? If
they are selected I can pass them - I don't want the user to have to click on
the items in the second box - I just want the program to know that those are
the choices and send them...right now it only passes them if I select the
items in the second box...
to the other box. This works great.
My problem is that I need to values in listbox 2 to be passed to the next
asp page. How do I make all of the items in that second box "selected" ? If
they are selected I can pass them - I don't want the user to have to click on
the items in the second box - I just want the program to know that those are
the choices and send them...right now it only passes them if I select the
items in the second box...