I’m not a lot into HTML and I need some help.
I’ve a little listbox with 3 elements:
<select size="20">
<option>Spiderman</option>
<option>Superman</option>
<option>Hulk</option>
</select>
<input type="submit" value="Search!" />
What I want is if someone selects “Spiderman” and clicks on Search, I want him to go to the website “Spiderman.html”. And the same with the rest ones, if he clicks on Superman, goes to Superman.html, and if he clicks on Hulk goes to Hulk.html.
Thanks.
try this 🙂