http-equiv="response header | refresh | rating"
This parameter can be used to declare a response header to the browser
which identifies the HTML Document Type, language and ISO character set used.
Example:
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
In this example the content type is declared to be HTML code in simple
text format using the ISO 8859-1 standard character set.
It can also be used to specify an URL as the object of
a host server refresh. The refresh can also redirect the user to
a different URL
automatically after some specified number of seconds have elapsed.
Example:
<META http-equiv="refresh" content="15;
URL=../index.html" target="display">
(Normally this command would not be broken.)
In this example the user is redirected to the URL
specified after 15 seconds has elapsed. The target window for the
refresh is named display.
Tip:
This technique can be used in a framed document to refresh the content of
a single frame, as in the example above, in order to present a number of
different displays to the user automatically at regular intervals.
The redirects are arranged in a loop such that the last document in the
loop redirects the user to the first.
The meta tag can be used to indicate an RSACi
rating from the Recreational Software Advisory Council on the Internet for use by Internet filtering software. This makes use of the PICS-Label
value for the http-equiv
parameter as in the example below.
Example:
<META http-equiv="PICS-Label" content='(PICS-1.1
"http://www.rsac.org/ratingsv01.html" l gen true
comment "RSACi North America Server" by
"webmaster@iconbazaar.com" for "http://www.iconbazaar.com/"
on "1997.10.20T10:36-0800" r (n 0 s 0 v 0 l 0))'>
(Normally this command would not be broken.)
The webmaster of the site must register
the site with RSACi for evaluation. RSACi provides the appropriate rating
parameters (in this case, nudity=0 sex=0 violence=0 language=0)
after a thorough review of the site content. Internet filtering
software can make use of the ratings to govern access.