Hello All.
Please help me with this code...
I'm making a drop down menu (<SELECT....)
I have also 3 options and each one has a value such a 1, 2 or 3.
The form method is get. My question is... I need to pass 2 variables, id=2 y id2=21 when I press bottom sumbit selecting only 1 option.
Here is the code, I'm making:
<select name="events">
<option selected>- Selecciona -</option>
<option value="1">Carnaval 2005 - Puerto La Cruz - 07/02/05</option>
<option value="2">Semana Santa 2005 - Margarita - 24/03/05</option>
<option value="3">Barranco Sport en Musipan - 26/03/05</option>
</select>
I need that when I select option 2, throught method get, I can pass to the next page 2 variables... id=2 and id=21
Thanks you.
Please help me with this code...
I'm making a drop down menu (<SELECT....)
I have also 3 options and each one has a value such a 1, 2 or 3.
The form method is get. My question is... I need to pass 2 variables, id=2 y id2=21 when I press bottom sumbit selecting only 1 option.
Here is the code, I'm making:
<select name="events">
<option selected>- Selecciona -</option>
<option value="1">Carnaval 2005 - Puerto La Cruz - 07/02/05</option>
<option value="2">Semana Santa 2005 - Margarita - 24/03/05</option>
<option value="3">Barranco Sport en Musipan - 26/03/05</option>
</select>
I need that when I select option 2, throught method get, I can pass to the next page 2 variables... id=2 and id=21
Thanks you.