To make it simple....here is a code I just wipped up...
Quote:
<html>
<head>
<title>Forums Have Moved</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
<!--hide from old browsers
var time = null
function move() {
window.location = 'http://www.yoursite.com/'
}
//-->
</script>
</head>
<body bgcolor="#000000"text="#FFFF00" link="#00FF00" vlink="#00FF00" alink="#00FF00" onload="timer=setTimeout('move()',1000)">
<div align="center">
<p> </p>
<p> </p>
<p> </p>
<p></p>
<p><b><font face="Arial" color="#FFFF00" size="+2">Boards Have Moved<br>
You will be redirected to : <br>
<a href=http://www.yoursite.com/>http://www.yoursite.com/</a><br>
Click on the link above if it does not automatically forward you<br>
<br></font></b></p>
</div>
</body>
</html>