I cannot get the value selected in the drop down called car.
What wrong with my code?
<td class="item"> <div class="label">Car: <span class="required">*</span>:</div><div class="message"></div> <select id="car"> <option value="Volvo" disabled selected>Volvo</option> </select> <input type="hidden" id="hCar" name="car" value=car.options[car.selectedIndex].value"> </td>
Thanks

New Topic/Question
Reply



MultiQuote




|