JavaScript vai para a página
window.location.href = "http://example.com/new_url";
Lucky Lynx
window.location.href = "http://example.com/new_url";
window.open("http://mywebsite.com/home.html")
How to go from one page to another page using javascript?
Redirect to another page using javascript
window.location.href = "http://example.com/new_url";