Gumtree wrote:
> The user interface I'm trying to impliment looks a bit like
> this:
> Not Chosen Chosen
> .------------. .------------.
> |Item 1 | -> |Item 3 |
> |Item 2 | <- |Item 4 |
> |Item 6 | >> |Item 5 |
> | | << |Item 7 |
> `------------' `------------'
I have a lib which implements this exact functionality. It stores values in
hidden fields to keep track of which items were added or removed from each
list, plus all the contents of each list. I prefer this method to selecting
all options in the target list before submitting.
http://www.javascripttoolbox.com/optiontransfer/
> Is there a recommended way to automatically select all items
> in a SELECT menu on the click of the Submit button?
If you did want to go this route, you could use selectAllOptions() in my
functions at
http://www.javascripttoolbox.com/selectbox/
--
Matt Kruse
http://www.JavascriptToolbox.com