href take to the top page html code example
Example 1: javascript redirect
window.location.href = "http://mywebsite.com/home.html";
Example 2: javascript how to set cursor for whole page
document.html.style.cursor = "";
window.location.href = "http://mywebsite.com/home.html";
document.html.style.cursor = "";