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