How do I link from one page to another using a button ? I have a button for going back a page, which calls this function onclick. <script> function goback() { http://www.andrewnramage.co.uk/test.html } </script> Nothing happens when I click the button ...