Hi.
I have following code:
Code:
<select name="Networksites">
<option selected="selected">Network Websites</option>
<option value="http://www.testsite.com">Testsite.com</option>
<option value="http://www.testsite2.com">Testsite 2.com</option>
</select>
I want to be able to navigate to the sites when I select them in the menu, however nothing happens when I select them.
What have I done wrong? I found an old thread here, and its code looked similiar.