Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Radio button, multiple select in Oracle?
I have a normal htm-file with radio-buttons and a select-field where I
allow multiple
selections
<FORM>
<SELECT NAME="mySelect" multiple>
<OPTION VALUE="">Select Item
<OPTION VALUE="item_1">Item 1
<OPTION VALUE="item_2">Item 2
<OPTION VALUE="item_3">Item 3
<OPTION VALUE="item_4">Item 4
</SELECT>
From this page I jump to a stored oracle-procedure and I would like to
access the values
from the radio-button and which items are selected (e.g. item_2 *and*
item_4).
Any ideas?
Thanks Rainer
Received on Fri Feb 19 1999 - 02:53:30 CST
![]() |
![]() |