Forwading via Meta-Tag

Knowledge Base Entry: #9
^Top
<< Back
Mobile-Menu










Forwading via Meta-Tag
Category: HTML/Snippets
Author: Bugfish
Created at: 2020-06-12 09:49:33
Modified at: 2025-09-20 02:28:12
Directs Hits: 1094

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.
This Website is using Session Cookies for Site Functionality.