redirect from js to link code example
Example 1: js onclick redirect
<button onclick="location.href='www.yoursite.com'">Click Me</button>
Example 2: javascript howdo i redirect-to another webpage
window.location = "https://example.com/";
<button onclick="location.href='www.yoursite.com'">Click Me</button>
window.location = "https://example.com/";