Created at: 2020-06-12 09:49:33Modified at: 2025-09-20 02:28:12 Examples of HTML Forwarding and Page Refreshing
Refresh the Page after 15 seconds
<meta http-equiv="refresh" content="15">
Redirection after 3 Seconds
<meta http-equiv="refresh" content="3; url=http://url.com/">
Redirect immidiately
<meta http-equiv="refresh" content="0; url=http://url.com/">
Caution: I do not guarantee the reliability of the information given here, the code described on this page is executed at your own risk and in the event of damage or other unforeseeable consequences I am in no way responsible or liable.