Need Auto-Forward code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Honest Rick
    Registered User
    • Aug 2001
    • 8

    #1

    Need Auto-Forward code

    Someone got a piece of code for me?
    Want the traffic to hit the page, register on the counter and go to a new page.

    Thx.
  • Juge
    Confirmed User
    • Feb 2001
    • 1917

    #2
    Like this (change the brackets to proper brackets):

    (SCRIPT)
    (!--
    function transfer()
    {
    window.location="http://www.yoursite.com/";
    }
    setTimeout("transfer();", 5000);
    // --)
    (/SCRIPT)

    This makes it transfer in 5 seconds, or 5000 milliseconds.
    You should place a link on the site, as well, for people who can't handle script.

    Comment

    • Backov
      Confirmed User
      • Mar 2001
      • 1600

      #3
      Damn, I suck. Sorry. ;>

      Cheers,
      Backov

      [This message has been edited by Backov (edited 09-21-2001).]
      <embed src="http://banners.spotbrokers.com/button.swf" FlashVars="clickURL=http://banners.spotbrokers.com" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="120" height="60"></embed>

      Comment

      • Backov
        Confirmed User
        • Mar 2001
        • 1600

        #4
        Originally posted by Backov:
        Bad Advice. Use this instead.

        &gt;meta http-equiv="refresh" content="5; url=http://www.blah.com/"&lt;

        In your &lt;head&gt; tag. That way it works for everyone. With the

        Cheers,
        Backov


        That was supposed to be an edit.. What I get for posting on crack. ;>

        Cheers,
        Backov


        [This message has been edited by Backov (edited 09-20-2001).]

        [This message has been edited by Backov (edited 09-20-2001).]
        <embed src="http://banners.spotbrokers.com/button.swf" FlashVars="clickURL=http://banners.spotbrokers.com" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="120" height="60"></embed>

        Comment

        • Freako
          Confirmed User
          • Aug 2001
          • 217

          #5
          My god... your thread is actually redirecting me to blah.com... free traffic? bright! =P

          Maybe javascripts shouldn't be allowed in posts?!? *hint, hint*

          Freak!
          AdultBouncer Freak!
          Adult Bouncer AVS - Free hosting & content

          Comment

          • X-raid
            Confirmed User
            • Jul 2001
            • 328

            #6
            why don't you remove the post that takes everyone to a new site here?!

            ------------------
            I can kill you, so fuck off!
            I can kill you, so fuck off!

            Comment

            • X-raid
              Confirmed User
              • Jul 2001
              • 328

              #7
              Put this in your head tags...

              &lt;META HTTP-EQUIV=&quot;Refresh&quot; CONTENT=&quot;0; URL=http://&quot;&gt;

              ------------------
              I can kill you, so fuck off!
              I can kill you, so fuck off!

              Comment

              • Juge
                Confirmed User
                • Feb 2001
                • 1917

                #8
                Originally posted by Backov:
                Bad Advice. Use this instead.
                Was is really Bad Advice with two capitals, Backov? I mean, what does it do, Blow Up His System, or something? No, it works for the majority of users. Your code works for all, so it's better advice. Does this mean my advice is bad? yup, sure ok...

                You know, it's a Bad Thing to paste html code into the forum, and it's Bad Intelligence to assume that it's going to change it for you. so how about deleting that post while you're at it?

                Comment

                Working...