go to page with javascript 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";
window.location.href = "http://mywebsite.com/home.html";
window.location.href = "http://example.com/new_url";