in reply to Re: Passing 'SELECT MULTIPLE' parameters and CGI
in thread Passing 'SELECT MULTIPLE' parameters and CGI

Yes it is trivial, the jQuery way
var urlstring = $('#formid').serialize()
The other way is trivial as well but more verbose