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