Answers for "when button press clicked on particular page"

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

Code answers related to "when button press clicked on particular page"

Browse Popular Code Answers by Language