If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the largest domain name community on the internet and continues to grow every day. There are over 105,000 domainers on DNForum doing everything from buying domains, selling domains, learning about domains and discussing domains. Take a minute and Register.
Register Today on DNForum IT'S FREE!I would like to have a timed redirect to one site, then another site.
Example:
DomainA forwards straight to DomainB (Which I have no control over) waits 2 seconds then forwards to DomainC (Which I also have no control over)
Is this possible, and if so how?
$10 Paypal to the person who can give me some example code![]()
I believe this is it...why do you need it?
Code:<html> <head> <script language="JavaScript1.2"> function redirect() { top.location.href='http://www.myspace.com'; } function onLoad() { setTimeout("redirect()", 3000); } onLoad(); </script> </head> <frameset rows="0%,100%" border="0" framespacing="0" frameborder="0"> <frame src="" name="inv" id="inv"> <frame src="http://www.myblog.com" name="myframe" id="myframe"> </frameset> </html>
Last edited by IT Web Team; 01-13-2006 at 07:05 AM.
Yeah, has to be in a frame.
Bookmarks