Answers for "how to navigate to a different part of your website using js button"

7

js onclick redirect

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

javascript response redirect

window.location = "SomePage.aspx";
Posted by: Guest on November-26-2020

Code answers related to "how to navigate to a different part of your website using js button"

Browse Popular Code Answers by Language