Is it possible to pass all items in an HTML Multiple Select box back to php without having to select them first?
I have a java script that allows me to move selcted items back and forth between two boxes, and now I want to be able to read the curent state of the contents of either of the boxes when the user presses the submit.
If the name is an array you select them all then you can read them, once submited, in PHP ...bit I need to be able to read then if the user hasnt selcted them!
an alternative would be to use an onclick event on the submit button to select all items ... I have tried this but am get in gproblens setting the .selected for the options
Any Ideas ...Thanks