Answers for "go to a website when clicking a button"

PHP
3

how to go to index page on clicking a button in html

<input type=button onClick="parent.location='index.html'" value='click here'>
Posted by: Guest on July-18-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 "go to a website when clicking a button"

Browse Popular Code Answers by Language