// 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";
// similar as an HTTP redirect, page will be not in browser history
window.location.replace("/replaced.html");
// similar as clicking on a link, page will be on history :-)
window.location.href = "/replaced.html";
how to redirect to another page without writing javascript
Just put this meta tage to your html file
<meta http-equiv = "refresh" content = "2; url = https://www.google.com" />
<!DOCTYPE html>
<html>
<head>
<title>Redirection</title>
<meta http-equiv = "refresh" content = "2; url = https://www.google.com" />
</head>
<body>
<p>This page will redirect in 2 seconds.</p>
</body>
</html>
// 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.
window.location.href = "https://your_website.php/page2.php;
// to remove actual address from the history:
window.location.replace = "https://your_website.php/page2.php;
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";