Re: Pass mulitple select options using GET
- From: Owen Jacobson <ojacobson@xxxxxxxxxxx>
- Date: Thu, 09 Jun 2005 05:15:23 GMT
On Wed, 08 Jun 2005 14:33:02 -0700, puneet.bansal wrote:
> 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
Her question, I believe, was "is this Javascript, or Java?". If it's
JavaScript, you put it between <script> tags or in onClick/onWhatever
actions in an HTML document (among other things) and is _OFF TOPIC_ here.
If it's Java, you'll have to give us the declarations of the variables
'window' and 'document' before we can make sense of that.
(If it's Java, your quoting's wrong, anyways; I'm sure you're using
javascript, in which case you should take your question to an appropriate
newsgroup. comp.lang.javascript, probably.)
.
- References:
- Pass mulitple select options using GET
- From: puneet . bansal
- Re: Pass mulitple select options using GET
- From: puneet . bansal
- Re: Pass mulitple select options using GET
- From: Lucy
- Re: Pass mulitple select options using GET
- From: puneet . bansal
- Pass mulitple select options using GET
- Prev by Date: IDE for JSP with tags
- Next by Date: NYJavaSIG Meeting - 062205 - Bob Pasker (former Chief Architect of WebLogic App Server) - JVM Parallelism
- Previous by thread: Re: Pass mulitple select options using GET
- Next by thread: Re: Pass mulitple select options using GET
- Index(es):
Relevant Pages
|