Welcome To Freeware Tips Forum Index
Join! (free) SearchFAQMemberlistUsergroupsLog in

Redirect Page

 
Reply to topic    Welcome To Freeware Tips Forum Index » Coding Tips -> JavaScript View previous topic
View next topic
Redirect Page
Author Message
Please Register and Login to this forum to stop seeing this advertsing.




Speed
Site Admin

Joined: 16 Jul 2008
Posts: 1247
Add Comment
Show Comments
Add Karma



Post Redirect Page Reply with quote

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 View user's profile Send private message Visit poster's website
Display posts from previous:    
Reply to topic    Welcome To Freeware Tips Forum Index » Coding Tips -> JavaScript All times are GMT
Page 1 of 1

 
Jump to: 
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

Card File  Gallery  Forum Archive
Powered by phpBB © 2001, 2005 phpBB Group
Design by Speed