Answers for "javascript function to redirect to another page on button click"

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 "javascript function to redirect to another page on button click"

Code answers related to "Javascript"

Browse Popular Code Answers by Language