Welcome to Welcome to DNF.com™ - Domain Sales, Domain Forum, Domain Appraisals, Domain Registrars

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!

Results 1 to 3 of 3
  1. #1
    DNF Member
    J2theIZZO's Avatar
    Join Date
    Jan 2005
    Location
    UK
    Posts
    391
    DNF$
    1,603
    Bank
    0
    Total DNF$
    1,603
    Donate  

    Forwarding to one site, then another?

    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

  2. #2
    www.LOL.biz
    Bender's Avatar
    Join Date
    Apr 2004
    Location
    .ro
    Posts
    1,912
    DNF$
    6,066
    Bank
    0
    Total DNF$
    6,066
    Donate  

    Re: Forwarding to one site, then another?

    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.

  3. #3
    Gold Lifetime Member
    manueld64's Avatar
    Join Date
    May 2005
    Location
    Arizona
    Posts
    174
    DNF$
    599
    Bank
    0
    Total DNF$
    599
    Donate  

    Re: Forwarding to one site, then another?

    Yeah, has to be in a frame.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Domain name forum recommended by Domaining.com