Answers for "how to redirect user to a different page with a button click with javascript"

7

js onclick redirect

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

javascript redirect button

window.location.href = "http://mywebsite.com/home.html";
Posted by: Guest on July-18-2019

Code answers related to "how to redirect user to a different page with a button click with javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language