Quantcast
Channel: How to redirect one HTML page to another on load - Stack Overflow
Viewing all articles
Browse latest Browse all 51

Answer by kkk for Redirect from an HTML page

$
0
0

As soon as the page loads, the init function is fired and the page is redirected:

<!DOCTYPE html><html><head><title>Example</title><script>            function init()            {               window.location.href = "www.wherever.com";            }</script></head><body onload="init()"></body></html>

Viewing all articles
Browse latest Browse all 51

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>