Answers for "html on button click go to other html page"

4

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
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 "html on button click go to other html page"

Browse Popular Code Answers by Language