// similar behavior as an HTTP redirect
window.location.replace("http://stackoverflow.com");
// similar behavior as clicking on a link
window.location.href = "http://stackoverflow.com";
// removes the link from the history,
// e.g. if you would click the arrow back in any browser
// user wouldn't return to that site
window.location.replace("http://stackoverflow.com");
// similar behavior as clicking on a link
// user will return to that site if pressing arrow back
window.location.href = "http://stackoverflow.com";
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";
How do I redirect to another webpage using javascript
window.location.href; // Returns the href (URL) of the current page
window.location.hostname; // Returns the domain name of the web host
window.location.pathname; // Returns the path and filename of the current page
window.location.protocol; // Returns the web protocol used (http: or https:)
window.location.assign; // Loads a new document
window.location.replace; // RReplace the current location with new one.
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";
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";
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";
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";
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";
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";
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";
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";