good exit popup script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gallerypost
    Confirmed User
    • Nov 2001
    • 711

    #1

    good exit popup script

    Hey guys, i need some kind of javascript which would everytime that someone exit it'll popup him a window.

    The thing is that i got on my page list of 30 urls and i just want him to get this popup when he exit - closed the browser or went to a url which isn't one of the urls on my links.

    i also need a popup script for the begining (when the user enter the site) but i want it to popup a new browser window and leave the new window on the background (the current window still should have the focus) so he'll see this window only when he closed the main window.

    thank you.
  • amadman
    Confirmed User
    • Nov 2001
    • 738

    #2
    First Join Eraser Cash in my sig below :o)

    Then log into you account and click on the link to 'text consoles'. There you will find details on both ways to use popups.
    Affordable Quality Niche Content at <a href="http://reyko.com/in.php?ref=amadman">Reyko</a>

    Please submit your free and AVS sites <a href="http://xstash.com/sexpack/submit.html">here</a>

    Comment

    • jimmyf
      OU812
      • Feb 2001
      • 12651

      #3
      Try here... Were I got most of my (Java Scripts)...
      I use the ones that pop up behind and one or 2 exit... if you have trouble you can ICQ me...

      http://www.dynamicdrive.com/
      Epic CashEpic Cash works for me
      Solar Cash Paysite Plugin
      Gallery of the day freesites,POTD,Gallery generator with free hosting

      Comment

      • SykkBoy2
        Jesus loves bacon
        • Feb 2001
        • 19969

        #4
        Originally posted by jimmyf
        Try here... Were I got most of my (Java Scripts)...
        I use the ones that pop up behind and one or 2 exit... if you have trouble you can ICQ me...

        http://www.dynamicdrive.com/
        dynaimcdrive is excellent, but I also hit http://www.dhtmlshock.com and http://www.javascripts.com for advanced sneaky browser things.......but man, javascripts.com search function is uesless as lipstick on a pig...they were much beter as an independent site...once internet.com bought them out, it became a huge mess.....
        Support my new movie “The Second Coming”

        Comment

        • zubr
          Confirmed User
          • Jan 2002
          • 1227

          #5
          thats right, visit DynamicDrive, everything is there.
          you just need an if statement in the beginning of the popup script
          and then at the end of each href tag onclick="popup:false"...
          Alex - ICQ:61889253 - MSN:zubr_zubr at hotmail.com - Skype:zubrzubr

          Comment

          • dublin1
            Confirmed User
            • Feb 2002
            • 198

            #6
            <script language="Javascript"> var exit=true; function ie() { if (exit) open("http://your url here.com","new_window","width=700,height=550"); }
            </script>

            then put the unload tag like it is here
            <body bgcolor="#409FFF" onUnload="ie()">

            Comment

            • dublin1
              Confirmed User
              • Feb 2002
              • 198

              #7
              oops

              <!--script language="Javascript"> var exit=true; function ie() { if (exit) open("http://sex-here.com/?ft=smutserver.com/hardcore/hardfucking","new_window","width=700,height=550"); }
              <!--/script>

              <!--body bgcolor="#409FFF" onUnload="ie()">

              Comment

              • dublin1
                Confirmed User
                • Feb 2002
                • 198

                #8
                fuck it, find it yourself

                Comment

                Working...