I have a form with a select box that can have multiple selected. The form
method is GET. What is happening is if my select box looks like this:

<select name="foods">
<option>Pizza
<option>Burger
<option>Salad
</select>

If I select Pizza and Burger and submit the form, the url has the following:

foods=Pizza&foods=Burger

If I try and then use #url.foods# all that is returned is 'Burger'. How can
I get these values comma separated, such as foods=Pizza,Burger. I know this
is possible with checkboxes, but what about with a multiple select?

Cedric
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to