Answers for "how to use onclick in html to another page"

7

js onclick redirect

<button onclick="location.href='www.yoursite.com'">Click Me</button>
Posted by: Guest on June-16-2020
0

onclick url

<button onclick="location.href='logout.php';">logout</button>
Posted by: Guest on July-04-2020

Code answers related to "how to use onclick in html to another page"

Browse Popular Code Answers by Language