Creating HTML push button link.
Issue
Creating HTML push button link.
Solution
Using the below source will allow you to create a push button link. If you wanted the link to not go to Computer Hope change the URL http://www.computerhope to the web page you wish to open.
<FORM>
<INPUT TYPE="BUTTON" VALUE="Home Page" ONCLICK="window.location.href='http://www.computerhope.com'">
</FORM>
Example
