Answers for "how to go to index page on clicking a button in html"

PHP
1

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

Code answers related to "how to go to index page on clicking a button in html"

Browse Popular Code Answers by Language