Answers for "How to make a link to click on a button in a page"

6

how to make button link to other page

//To make button work like a tag do this:
<button type="button" onclick="window.location.href='index.html'">Go Back</button>
Posted by: Guest on June-17-2021
1

button html link to another page

<input type="button" onclick="location.href='https://google.com';" value="Go to Google" />
Posted by: Guest on December-27-2020

Code answers related to "How to make a link to click on a button in a page"

Browse Popular Code Answers by Language