Redirect from an HTML page?
Is it possible to set up a basic HTML page to redirect to another page on load?
Sam G.
answered 04/04/19
Full Stack Web Developer
Hi there, I would recommend that you place the following Javascript code into a <code></code> block on the page you are use to redirect with.
window.onload = function() {
window.location.href = "http://stackoverflow.com";
}
Still looking for help? Get the right answer, fast.
OR
Find an Online Tutor Now
Choose an expert and meet online.
No packages or subscriptions, pay only for the time you need.