Author
Message
Please Register and Login to this forum to stop seeing this advertsing.
Speed
Redirect Page
Link
Redirect Right Away :
Code: <script language="javascript">
window.location="URL_TO_SITE_HERE";
</script>
Timed Redirection :
Code: <script type="text/javascript">
<!--
window.location = "URL_TO_CURRENT_SITE_HERE"
//-->
</script>
<html>
<head>
<script type="text/javascript">
<!--
function delayer(){
window.location = "URL_TO_NEW_SITE_HERE"}
//-->
</script>
</head>
<body onLoad="setTimeout('delayer()', 5000)">
</body>
</html>
_________________
Train Insane or Remain The Same
There's No Room In A Warriors Heart For Self Doubt
Wed Jul 16, 2008 1:33 pm
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum