js go to page

JavaScript
window.location.href = "http://mywebsite.com/home.html";window.location.href = "http://example.com/new_url";window.open("http://mywebsite.com/home.html")
Source

Also in JavaScript: