in reply to Passing 'SELECT MULTIPLE' parameters and CGI

Looks like it is not trivial to get multiple selected items to javascript, see for example here.
  • Comment on Re: Passing 'SELECT MULTIPLE' parameters and CGI

Replies are listed 'Best First'.
Re^2: Passing 'SELECT MULTIPLE' parameters and CGI
by Anonymous Monk on Aug 18, 2010 at 00:03 UTC
    Yes it is trivial, the jQuery way
    var urlstring = $('#formid').serialize()
    The other way is trivial as well but more verbose