Tipo
codice:
<form action="the_other_page.html">
<input type="submit" value="go">
</form>
o
codice:
<input type="button" value="go" onclick="document.location = 'page_to_goto.html';">