Exit popup when LEAVE DOMAIN!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Darren
    Confirmed User
    • Sep 2001
    • 5994

    #1

    Exit popup when LEAVE DOMAIN!

    Ok I want an exit popup on my page but i do not want to use frames or the noclick code etc..

    I want it to be programmed to exit when the surfer closes the browser or leaves the domain. POSSIBLE?

    ICQ 46335817

    or other solutions here.


    Reason i dont want to use frames, because SE hate them

    Reason i dont want to use noclick command because when surfer clicks back on browser they get the exit pop.


    Penis enlargement / male enhancement pills - earn up to $229.48 per signup

    ICQ: 46335817
  • SpaceAce
    Confirmed User
    • Jul 2002
    • 6493

    #2
    So, you just want it to pop up when they close your site? That's simple. You don't need frames for somethinglike that. Check out http://www/dynamicdrive.com they might have some sample code for you.

    As for the back button, you may be able to trap that even with something like OnHistory.go() or something similar. You'll have to look it up.

    SpaceAce

    Comment

    • Darren
      Confirmed User
      • Sep 2001
      • 5994

      #3
      uum if its that simple why does everyone not use it?

      and wheres this code?


      Penis enlargement / male enhancement pills - earn up to $229.48 per signup

      ICQ: 46335817

      Comment

      • NetRodent
        Confirmed User
        • Jan 2002
        • 3985

        #4
        I think you're asking for the impossible.
        "Every normal man must be tempted, at times, to spit on his hands, hoist the black flag, and begin slitting throats."
        --H.L. Mencken

        Comment

        • SpaceAce
          Confirmed User
          • Jul 2002
          • 6493

          #5
          Originally posted by Darren
          uum if its that simple why does everyone not use it?

          and wheres this code?
          Everybody does use it. The only mildly complicated thing you listed is stopping the popup from opening when they use the back button.

          SpaceAce

          Comment

          • Darren
            Confirmed User
            • Sep 2001
            • 5994

            #6
            Originally posted by NetRodent
            I think you're asking for the impossible.
            Theres some talented guys here, I am sure it can be done


            Penis enlargement / male enhancement pills - earn up to $229.48 per signup

            ICQ: 46335817

            Comment

            • SpaceAce
              Confirmed User
              • Jul 2002
              • 6493

              #7
              Originally posted by NetRodent
              I think you're asking for the impossible.
              What am I missing? Did I misunderstand what he asked for? Sounds like a simple exit popup to me.

              SpaceAce

              Comment

              • Snake Doctor
                I'm Lenny2 Bitch
                • Mar 2001
                • 13449

                #8
                Using frames is the only way I know of to keep the console from popping on the back button.

                SE's hate them but most SE guru's build separately for the engines anyways.
                sig too big

                Comment

                • Darren
                  Confirmed User
                  • Sep 2001
                  • 5994

                  #9
                  Originally posted by Lenny2
                  Using frames is the only way I know of to keep the console from popping on the back button.

                  SE's hate them but most SE guru's build separately for the engines anyways.
                  interesting we have text only versions of all our sites these will get the SE traffic......


                  Penis enlargement / male enhancement pills - earn up to $229.48 per signup

                  ICQ: 46335817

                  Comment

                  • NetRodent
                    Confirmed User
                    • Jan 2002
                    • 3985

                    #10
                    Originally posted by SpaceAce


                    What am I missing? Did I misunderstand what he asked for? Sounds like a simple exit popup to me.

                    SpaceAce
                    It can't be done without frames or onclick handlers. I spent a long time working on this a while back.
                    "Every normal man must be tempted, at times, to spit on his hands, hoist the black flag, and begin slitting throats."
                    --H.L. Mencken

                    Comment

                    • Darren
                      Confirmed User
                      • Sep 2001
                      • 5994

                      #11
                      Originally posted by SpaceAce


                      What am I missing? Did I misunderstand what he asked for? Sounds like a simple exit popup to me.

                      SpaceAce

                      re-read the thread and if u think its not impossible please provide the code!


                      Penis enlargement / male enhancement pills - earn up to $229.48 per signup

                      ICQ: 46335817

                      Comment

                      • Darren
                        Confirmed User
                        • Sep 2001
                        • 5994

                        #12
                        Originally posted by NetRodent


                        It can't be done without frames or onclick handlers. I spent a long time working on this a while back.

                        & what did u find the best solution to be?


                        Penis enlargement / male enhancement pills - earn up to $229.48 per signup

                        ICQ: 46335817

                        Comment

                        • Darren
                          Confirmed User
                          • Sep 2001
                          • 5994

                          #13
                          I came across this... Any use?

                          http://www.js-x.com/example/?ex=937&mode=1


                          Penis enlargement / male enhancement pills - earn up to $229.48 per signup

                          ICQ: 46335817

                          Comment

                          • NetRodent
                            Confirmed User
                            • Jan 2002
                            • 3985

                            #14
                            Originally posted by Darren



                            & what did u find the best solution to be?
                            We needed a tour that would allow a surfer to click into the site, and click through the tour without any popups happening. The surfer also had to be able to back out of the site completely without any popups. The only time that we were allowed to popup, was if the browser was closed, if a new url was entered in the url bar, or if the site was opened in a new window and the person was trying to go back from the first page.

                            In short it required that the popup code be put in the parent frame and the site put in the child. To detect if the surfer was clicking back out of the site vs. closing the window we check the name of the parent window and whether it has a history.
                            "Every normal man must be tempted, at times, to spit on his hands, hoist the black flag, and begin slitting throats."
                            --H.L. Mencken

                            Comment

                            • jimmyf
                              OU812
                              • Feb 2001
                              • 12651

                              #15
                              Originally posted by Darren
                              uum if its that simple why does everyone not use it?

                              and wheres this code?
                              I'd like this code also. I would like it 2 pop under though.
                              Last edited by jimmyf; 03-18-2003, 04:14 PM.
                              Epic CashEpic Cash works for me
                              Solar Cash Paysite Plugin
                              Gallery of the day freesites,POTD,Gallery generator with free hosting

                              Comment

                              • SR
                                Confirmed User
                                • Jul 2001
                                • 2239

                                #16
                                I don't think it's possible.
                                With frames it works.
                                And you can just put all the html code inside the noframe tags so search engines see it as well.

                                Comment

                                • Lane
                                  Will code for food...
                                  • Apr 2001
                                  • 8496

                                  #17
                                  you can set a cookie on the pages, without specifying the expire date.. the cookie will stay on the browser as long it is open.. you can have the popups check for that cookie and if it is there, you can have them close themselves right after they popup.. and you should also use the noclick function on the links..

                                  if the cookie is gone, the surfer has left the site, and the popup doesnt close itself.

                                  if someone clicks back button, the popup will show up and close itself real quick.. it might look annoying sometime or just slow it down a bit but it will only happen when the back button is used, so it wont be that bad..

                                  Comment

                                  • Zyber
                                    Confirmed User
                                    • Aug 2001
                                    • 832

                                    #18
                                    Originally posted by NetRodent
                                    I think you're asking for the impossible.
                                    /Agreed

                                    Comment

                                    • iroc409
                                      Confirmed User
                                      • Jan 2003
                                      • 4728

                                      #19
                                      Originally posted by Lane
                                      you can set a cookie on the pages, without specifying the expire date.. the cookie will stay on the browser as long it is open.. you can have the popups check for that cookie and if it is there, you can have them close themselves right after they popup.. and you should also use the noclick function on the links..

                                      if the cookie is gone, the surfer has left the site, and the popup doesnt close itself.

                                      if someone clicks back button, the popup will show up and close itself real quick.. it might look annoying sometime or just slow it down a bit but it will only happen when the back button is used, so it wont be that bad..
                                      it makes sense now, i've wondered about the "disappearing windows"
                                      <a href="http://www.iroc409.com/"><img src="http://www.iroc409.com/adv/120x60.gif" border=0></a>


                                      icq: 1 7 6 4 2 0 9 6 0
                                      Gallery templates for ONLY $25! w00t!

                                      Comment

                                      • WiredGuy
                                        Pounding Googlebot
                                        • Aug 2002
                                        • 34512

                                        #20
                                        I have disabled back buttons when the user leaves the domain and popups on exit (of the domain) but you need frames. If you want the code, hit me on ICQ Darren.

                                        WG
                                        I play with Google.

                                        Comment

                                        Working...