Re: Pass mulitple select options using GET



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.)
.



Relevant Pages

  • Re: lines of code?
    ... > a) I should have qualified my statement about multiple ... > context of java gui; I'm no java expert, ... multithreading being "required" in Java is relevant, ... to unnecessarily implementing something as a state machine. ...
    (comp.programming)
  • Re: lines of code?
    ... > a) I should have qualified my statement about multiple ... > context of java gui; I'm no java expert, ... multithreading being "required" in Java is relevant, ... to unnecessarily implementing something as a state machine. ...
    (comp.lang.java.programmer)
  • Re: Multiple Inheritance In Java
    ... > cause multiple objects of Object to exist in the code which could be ... There are other approaches to multiple inheritance that don't use the C++ ... suspect that if Java had been defined to have MI, then the ... Java-like language that only allowed interface names to be ...
    (comp.lang.java.programmer)
  • Re: Java Support question
    ... Unfortunately JAVA isnt covered under LE and hard to enforce. ... multiple versions and decide do we just check the web from time to time ... For WebSphere, they have their own environment variables and point ... For IBM-MAIN subscribe / signoff / archive access instructions, ...
    (bit.listserv.ibm-main)
  • Re: Multiple Inheritance
    ... "Java has multiple inheritance. ... James Gosling writes: ...
    (comp.lang.java.programmer)