Answers for "click the button and go to other page"

19

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
0

how to make clicking button send you down to a certain section of page html

<input type="button" onClick="document.getElementById('middle').scrollIntoView();" />
Posted by: Guest on June-03-2021

Code answers related to "click the button and go to other page"

Browse Popular Code Answers by Language