onclick location html code example
Example 1: href on a button
<button onclick="window.location.href='/page2'">Continue</button>
Example 2: onclick href
onclick="location.href='http://www.hyperlinkcode.com/button-links.php'"
<button onclick="window.location.href='/page2'">Continue</button>
onclick="location.href='http://www.hyperlinkcode.com/button-links.php'"