javascript link another page in same website code example
Example 1: redirect with javascript
window.location.replace('http://mywebsite.com/home.html');
Example 2: javascript howdo i redirect-to another webpage
window.location = "https://example.com/";