Question: Can I make a button on my page work as a hyperlink to another page?
<form> <input type=button value="insert button text here" onClick="self.location='Your_URL_here.htm'"> </form>
You can use absolute URLs (like http://www.javascripter.net) as well as relative URLs (like mypage.htm).
http://www.javascripter.net
mypage.htm
Copyright © 1999-2011, JavaScripter.net.