does

String values[] = getParameterValues("checkboxname" );

not work ?


-----Original Message-----
From: Tom Kochanowicz [mailto:[EMAIL PROTECTED]]
Sent: 10 May 2002 07:35
To: [EMAIL PROTECTED]
Subject: Using the getParameterValues


        I am working with multiple choice boxes on an html page. I want the
user to
be able to do multiple choices, per choice box so the number of parameters
will vary depending on what the user selects from each of 6 different choice
boxs.

- From these selections I want to use the values I get from each
getParameterValues() to build a sql query. The problem is their are 6 choice
boxes with up to 10 different values.

- Is their a practical way to do this without having to build a hugh number
of different combinations of query strings???


Sincerely,

Tom Kochanowicz

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to