Hi ive never done this before but would like to know how you do it.
I have this so far:
How do you make it so when the user selects from the dropdown menu it takes them to the correspoding page automatically.
Im guessing you have to use javascript?
Thanks
Ben
I have this so far:
Code:
<form>
<table width="150" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<select name="location" class="FormField">
<option value="00">Select a country </option>
<option value="Afghanistan">Afghanistan</option>
<option value="Albania">Albania</option>
<option value="Algeria">Algeria </option>
<option value="American Samoa">American</option>
<option value="Andorra">Andorra</option>
<option value="Angola">Angola </option>
</select>
</td>
</tr>
</table>
</form>
How do you make it so when the user selects from the dropdown menu it takes them to the correspoding page automatically.
Im guessing you have to use javascript?
Thanks
Ben