
August 19th, 1999, 10:10 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
<form name=form1 action=process.php>
<SELECT NAME="toppings" MULTIPLE SIZE=5>
<OPTION VALUE="mushrooms">mushrooms
<OPTION VALUE="greenpeppers">green peppers
<OPTION VALUE="onions">onions
<OPTION VALUE="tomatoes">tomatoes
<OPTION VALUE="olives">olives
</SELECT>
</form>
when i select 2 or more items in the select object toppings, there is ONLY ONE value in the form1.toppings.value ie :- olives even if i select both onions and olives.
how do i pass all the selected values to process.php ?
Thanks.
|