Redirector to another URL using meta tags

This HTML will wait 0 seconds upon entry and goto the specified URL. The entry below is used on a Domino web page, but any URL can be inserted.
HTML


<html>

<head>
<meta http-equiv="refresh" content=0;URL="/database.nsf/folder/document/$file/flashfile.swf">
<META NAME="VERSION" CONTENT="3.0">
</head>

<body bgcolor="#FFFFFF" text="#FFFFFF" link="#FFFF66" vlink="#FFFF66" alink="#FF0000">

</body>

</html>

Posted by fbrefere001 on Friday August 24, 2001