Whats the best way to link list options to pages, and be se friendly.
Where do I write the hrefs?
Thanks
<form method=post>
<select class=h_select
<option>About</option>
<option>Contact </option>
<option>FAQ's</option>
</select>
<input type=submit class=h_button value="Go">
</form>