JavaScript page will redirect code example
Example 1: redirect with javascript
window.location.replace('http://mywebsite.com/home.html');
Example 2: js go to page
window.location.href = "http://example.com/new_url";
window.location.replace('http://mywebsite.com/home.html');
window.location.href = "http://example.com/new_url";