Hi
I have 2 select box'es (Multiple select) and some data in one, and when the user select a item and press a button, the item is moved to the other select/list box.
My problem is that when the user hit's the submit button, I what to know which items the user have in the second listbox. Normally one could name the listbox list[] which then contains the items, but if I use [] in the name, Javascript can't see the listbox.
How to solve this ?
Thanks in advance.