decoy1983
02-26-2008, 05:44 AM
Hi Guys,
Just a quick question, I am trying to inserta drop down menu onto one of my pages that when you click the drop down then select one of the options it goes to a specified html file, can this easily be done?
I tried changing the value to the name of the file but no luck :(
Or do I need to use something like javascript to achieve this?
Here is the code I am currently trying to make work
<select name="Suburb" size="1">
<option value="belgrave.html">Belgrave</option>
<option>****atoo</option>
<option>Emerald</option>
<option>Monbulk</option>
<option>Montrose</option>
<option>Mount Evelyn</option>
<option>Sassafras</option>
<option>Tecoma</option>
</select>
Cheers
Decoy
Just a quick question, I am trying to inserta drop down menu onto one of my pages that when you click the drop down then select one of the options it goes to a specified html file, can this easily be done?
I tried changing the value to the name of the file but no luck :(
Or do I need to use something like javascript to achieve this?
Here is the code I am currently trying to make work
<select name="Suburb" size="1">
<option value="belgrave.html">Belgrave</option>
<option>****atoo</option>
<option>Emerald</option>
<option>Monbulk</option>
<option>Montrose</option>
<option>Mount Evelyn</option>
<option>Sassafras</option>
<option>Tecoma</option>
</select>
Cheers
Decoy