Meta Tags-Site-Exit

Example: 
 
Recommendation:
 
Complete Syntax: 
 
Length:  Minimum     n/a                     Maximum     n/a                                     Recommended    n/a
Usage:
 
Description:
 
Comments:
 
Examples:
 
Google-Comments:
Yahoo-Comments:
MSN-Comments:
AOL-Comments:
Ask Jeeves-Comments:
AltaVista-Comments:
Excite-Comments:
HotBot-Comments:
Itomi-Comments:
InfoSeek-Comments:
Lycos-Comments:
NorthernLight-Comments:
 
USA  Usage/Comments:
UK    Usage/Comments:
CDN Usage/Comments:
DCMI Usage/Comments:
Other International/Comments:
 
Commerical Usage/Comments:
Governmental Usage/Comments:
Education Usage/Comments:
Non-profit Usage/Comments:
 
HTML 1.0
HTML 2.0
HTML 3.2
HTML 4.0
XHTML
DHTML
eGMS
PICS
DCMI
W3C
 
 
 
 
 
 HTML tag reference guide - <META http-equiv site-exit>
<META HTTP-EQUIV="Site-Exit" CONTENT = "RevealTrans(Duration=4, Transition=23)">.
Perform a random transition effect upon site exit. ...
www.html-reference.com/META_httpequiv_siteexit.htm - 7k - Cached - Similar pages
 
 

<META http-equiv site-exit>

Description:

Specifies the transition effect that is to be performed when the site is unloaded.

Attributes:

<meta http-equiv="Site-Exit" content="transition">
  Perform the specified transition for the indicated number of seconds.

 

<META   HTTP-EQUIV="Site-Exit" CONTENT = "RevealTrans(Duration=4, Transition=23)">
  Creating a DTC - Ian Blackburn
... 1)">.
<META HTTP-EQUIV="Site-Exit" CONTENT="revealTrans(Duration=1.000,
Transition=1)">. How the DTC remembers its settings. The DTC ...
www.topxml.com/conference/wrox/1999_dc/text/ian.asp?printerversion=true - 56k - Supplemental Result - Cached - Similar pages

 

 
 


 
Inter-page Transition Filter Effects
Support Key: IE4 | M | N | O
Description
This is a special syntax only allowed by Internet Explorer 4.0 and above to allow special effects to occur while the page is loading or unloading. This syntax uses the same 'filter' CSS property syntax that IE also supports.
Syntax: <meta HTTP-EQUIV="[Event]" CONTENT="Duration=[Duration],Transition=[Transition Type]">
    [Event] is one of: Page-Enter, Page-Exit, Site-Enter, or Site-Exit
    [Duration] is a floating point value specifying the transition time in seconds.milliseconds
    [Transition Type] is an integer from 0 to 23 representing a transition effect (consult links below.)
Example:
<meta HTTP-EQUIV="Page-Exit" CONTENT="RevealTrans(Duration=2.500,Transition=6)">
[Note: For more information on Transition Filter types, consult the references at Index DOT Css and Microsoft]