Answers for "redirect to anotther page on click function in js"

21

js onclick redirect

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

Code answers related to "redirect to anotther page on click function in js"

Browse Popular Code Answers by Language