Navigation using window.location

//Navigates to a new page and creates a browser history item.
window.location.assign("http://TundraBlue.com");

//Navigates to a new page and replaces the current page in browser history.
window.location.replace("http://TundraBlue.com");

//Reloads the current location from the server no browser history item is created.
window.location.reload("http://TundraBlue.com");

Comments

Popular posts from this blog

How to Fix Secure Connection Failed Error in Mozilla Firefox

PortQry solve your connectivity issues