Hi,
I have a mulitple select in an html form. I need to open a new window
and send the selected values of the multiple select to the server. I
cannot submit the form. How can I do this?
I am trying
window.open('ProcessXXXServlet?selectOptions=document.forms[0].selectBox.value')
but on the server all I get is the first selected value in the multiple
select box. The rest of the selected values are lost. How can I get all
the selected values?
Thanks.
Puneet
Robert Maas, see http://tinyurl.com/uh3t - 11 Jun 2005 05:07 GMT
> From: puneet.bansal@wipro.com
> I am trying
> window.open('ProcessXXXServlet?selectOptions=document.forms[0].selectBox.value')
That doesn't look like valid java syntax, so I suspect your question
has nothing to do with java and is posted to an inappropriate
newsgroup. If you want to ask a question about javascript, post to
comp.lang.javascript instead of here.