Javascript link para outra página
window.location.href = "http://mywebsite.com/home.html";
Grepper
window.location.href = "http://mywebsite.com/home.html";
window.location.replace('http://mywebsite.com/home.html');
window.open("http://mywebsite.com/home.html")