Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> accessing multiple values from an html form multi-select box

accessing multiple values from an html form multi-select box

From: Todd Hale <thale_at_nospam.novell.com>
Date: 1998/01/14
Message-ID: <69jgsg$eed$1@beast.sjf.novell.com>#1/1

If I have an html form with a SELECT box with MULTIPLE select turned on, how do I access these multiple items in the PL/SQL procedure that receives them? When I use VARCHAR2, I only see the first item. But, if I force an error page (wrong procedure name in the form 'action'), I can see that multiple values are being sent. (I have the error level bumped up on the server to help with debugging.)

Any help would be greatly appreciated!

Todd Hale --> dolthead Received on Wed Jan 14 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US