javascript redirect to another domain code example
Example 1: javascript redirect
window.location.href = "http://mywebsite.com/home.html";
Example 2: javascript go to url
window.location = url;
Example 3: js go to page
window.location.href = "http://example.com/new_url";