Re: Pass mulitple select options using GET



I am trying to use the following

window.open('ProcessXXXServlet?brand='+document.forms[0].brand.values);

where 'brand' is a multiple select. But using this I get only first
value of brand on the server, not all the ones that user selected in
the multiple select

.



Relevant Pages