js go to new page code example
Example 1: javascript redirect
window.location.href = "http://mywebsite.com/home.html";
Example 2: js go to page
window.location.href = "http://example.com/new_url";
Example 3: javascript howdo i redirect-to another webpage
window.location = "https://example.com/";