Has anyone figured out how to use PHP's multiple select syntax AND javascript to set them.
Seems the syntax in PHP is name=combo[] and if you try to reference it via a javascript subroutine the [] in the name causes a syntax error.
You must use javascript numerical form element id's instead of names, read about it at: http://www.php.net/manual/en/faq.html.php#faq.html.select-multiple