Back Button Control

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TaDoW
    Confirmed User
    • Sep 2001
    • 3875

    #1

    Back Button Control

    Can someone throw me a bone?

    I'm trying to make it so if a surfer backs out of a certain page, a popup comes up.

    Does anyone know how to do this?

    Any help is appreciated.

    Thanks!
    -TaDoW

    I've Upped My Standards, Up Yours!
  • Amputate Your Head
    There can be only one
    • Aug 2001
    • 39075

    #2
    I have the code for that.... but that's a dangerous thing... can't just be passin' that code around like freakin' candy ya know.
    SIG TOO BIG

    Comment

    • funkmaster
      So Fucking Banned
      • Sep 2001
      • 7938

      #3
      ... if the code gets into the wrong hands bad things can happen.

      on exit=pop pop pop

      Comment

      • TaDoW
        Confirmed User
        • Sep 2001
        • 3875

        #4
        onexit only affects button/link clicks .. not the back button that i know :-(

        amp ... can we work something out? I could maybe send brett over there to give you reach around or something?
        -TaDoW

        I've Upped My Standards, Up Yours!

        Comment

        • BrettJ
          ol' timer
          • Jan 2001
          • 4715

          #5
          whoa. i'm not going to be traded like a common baseball card...

          ~Brett
          45% of americans attend church weekly

          Comment

          • RIPP
            Confirmed User
            • Jan 2002
            • 111

            #6
            Hey TaDoW,

            Sit ... Hear a bone for ya .. Good puppy

            Use the onUnload='popthebitch()' in the body tag at the top of your page.

            popthebitch() is a javascript function that you write that will open a window,(or few of them) when a variable you set,(lets say EXIT) is set to equal TRUE.

            Any link that is not to popup the exit popups must now have onclick="exit=0" inside the HREF tags etc., else each link clicked, even legit ones off of your warning page or any page containing popthebitch() code will cause the popthebitch() to execute all them popups... lol

            Btw the js function popthebitch() or whatever you call it will need to go on each page you wish to have exit popups.

            ALSO... If putting this code on a warning page... DON'T... I REPEAT DON'T popup any adult ads,(try privacy protection & computer speedup stuff maybe), less they have a clear LEGIBLE legal warning **BEFORE** any graphic images in these popups are visable.

            Hope this helps, have fun

            Later, RIPP
            ------------------
            <b><font color="orange">Mo MoneY</font> - <font color="#80ff80">GREAT Commisions, NEVER LATE & Customers Yours For LIFE</font></b>

            <font color="white">Sex Toy Specialists</font>
            <A HREF="http://www.sextoysinternational.com/join/index.shtml" target="sextoys"><font color="yellow">Sex Toys International Affiliate Program</font></a>

            <font color="white">Adult DVD & Video Specialists</font>
            <A HREF="http://1-adult-dvd-xxx-sex-videos.com/webmasters.shtml" target="1adult"><font color="yellow">#1 Adult DVD & XXX Sex Videos Store Affiliate Program</font></a>

            <b><font color="#80ff80">CLICK A LINK</font> - <font color="orange">Make MO MONEY</font></b>
            SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60.

            Comment

            Working...