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

Answer by P. BANERJEE for Redirect from an HTML page

$
0
0

The simple way which works for all types of pages is just to add a meta tag in the head:

<html><head>        ...<meta HTTP-EQUIV="REFRESH" content="seconds; url=your.full.url/path/filename">        ...</head><body>        Don't put much content, just some text and an anchor.        Actually, you will be redirected in N seconds (as specified in content attribute).        That's all.        ...</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>