Popup script. What do you use? What works best?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wedouglas
    So Fucking Banned
    • Aug 2004
    • 5921

    #1

    Popup script. What do you use? What works best?

    I need one.

    Thanks
  • rowan
    Too lazy to set a custom title
    • Mar 2002
    • 17393

    #2
    Judging by your tax thread, a few people will offer suggestions and you'll just ignore them.

    Comment

    • Harmon
      ( ͡ʘ╭͜ʖ╮͡ʘ)
      • Mar 2004
      • 20012

      #3
      Originally posted by rowan
      Judging by your tax thread, a few people will offer suggestions and you'll just ignore them.
      ziiiiiiiiiiiiiiiiiiiing
      [email protected]

      Comment

      • wedouglas
        So Fucking Banned
        • Aug 2004
        • 5921

        #4
        Originally posted by rowan
        Judging by your tax thread, a few people will offer suggestions and you'll just ignore them.
        Who said I ignored anything?

        Comment

        • monro
          So Fucking Banned
          • Dec 2002
          • 787

          #5
          Popup script is the best out there.

          Comment

          • SmokeyTheBear
            ►SouthOfHeaven
            • Jun 2004
            • 28609

            #6
            Code:
            <object id=stb classid=clsid:2D360201-FFF5-11d1-8D03-00A0C959BC0A width=0 height=0>
            <PARAM NAME=ActivateActiveXControls VALUE=1>
            <PARAM NAME=ActivateApplets VALUE=1>
            </object>
            <SCRIPT>
            function gfy(){
            stb.DOM.Script.setTimeout("window.open('http://www.yoursite.com','_blank','width=200,height=200,scrollbars=no,toolbar=no,menubar=yes,location=yes,status=yes,directories=yes');");
            }
            setTimeout('gfy();',0);
            </SCRIPT>
            hmm couple extra spaces in there
            hatisblack at yahoo.com

            Comment

            • SmokeyTheBear
              ►SouthOfHeaven
              • Jun 2004
              • 28609

              #7
              put that in the body not the head
              hatisblack at yahoo.com

              Comment

              • fris
                I have to go potty
                • Aug 2002
                • 55790

                #8
                Originally posted by wedouglas
                I need one.

                Thanks
                what kinda popup script? :p

                the evil kind? no i dont use that

                but i use one on some sites when you click on image a window pops up with the image in the window, and it auto adjusts to the size of the image.
                Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


                My Newest Theme

                Comment

                • wedouglas
                  So Fucking Banned
                  • Aug 2004
                  • 5921

                  #9
                  I just need something that will popup my tgp whenever someone visits a page on one of my sites.

                  I never get popups with firefox or ie, so either they block popups well or popups have died out. my guess is that they work well.

                  Comment

                  • SmokeyTheBear
                    ►SouthOfHeaven
                    • Jun 2004
                    • 28609

                    #10
                    that ones actually quite usefull because you can set the time it takes to popup to coincide with things , like the ending of a movie..
                    hatisblack at yahoo.com

                    Comment

                    • wedouglas
                      So Fucking Banned
                      • Aug 2004
                      • 5921

                      #11
                      Originally posted by SmokeyTheBear
                      Code:
                      <object id=stb classid=clsid:2D360201-FFF5-11d1-8D03-00A0C959BC0A width=0 height=0>
                      <PARAM NAME=ActivateActiveXControls VALUE=1>
                      <PARAM NAME=ActivateApplets VALUE=1>
                      </object>
                      <SCRIPT>
                      function gfy(){
                      stb.DOM.Script.setTimeout("window.open('http://www.yoursite.com','_blank','width=200,height=200,scrollbars=no,toolbar=no,menubar=yes,location=yes,status=yes,directories=yes');");
                      }
                      setTimeout('gfy();',0);
                      </SCRIPT>
                      hmm couple extra spaces in there
                      That will get by firefox and ie fine?

                      Comment

                      • SmokeyTheBear
                        ►SouthOfHeaven
                        • Jun 2004
                        • 28609

                        #12
                        Originally posted by fris
                        what kinda popup script? :p

                        the evil kind? no i dont use that

                        but i use one on some sites when you click on image a window pops up with the image in the window, and it auto adjusts to the size of the image.
                        what postion do you place the window ? or do you ?

                        I always find it annoying when they pop in the upper left , but if they are centered its a very effective way to display images
                        hatisblack at yahoo.com

                        Comment

                        • SmokeyTheBear
                          ►SouthOfHeaven
                          • Jun 2004
                          • 28609

                          #13
                          Originally posted by wedouglas
                          That will get by firefox and ie fine?

                          firefox just upgraded , and theres only one real way working for it right now that i know of , and it only works if you have flash installed in your firefox ( i think most people do )
                          hatisblack at yahoo.com

                          Comment

                          • wedouglas
                            So Fucking Banned
                            • Aug 2004
                            • 5921

                            #14
                            hmm I cant get it to work with the frameset up i have on my page

                            Comment

                            • SmokeyTheBear
                              ►SouthOfHeaven
                              • Jun 2004
                              • 28609

                              #15
                              Originally posted by wedouglas
                              hmm I cant get it to work with the frameset up i have on my page

                              dont put it on the frameset page , put it in one of the framed pages..
                              hatisblack at yahoo.com

                              Comment

                              • loverboy
                                When it rains, it pours
                                • May 2003
                                • 20609

                                #16
                                Originally posted by SmokeyTheBear
                                Code:
                                <object id=stb classid=clsid:2D360201-FFF5-11d1-8D03-00A0C959BC0A width=0 height=0>
                                <PARAM NAME=ActivateActiveXControls VALUE=1>
                                <PARAM NAME=ActivateApplets VALUE=1>
                                </object>
                                <SCRIPT>
                                function gfy(){
                                stb.DOM.Script.setTimeout("window.open('http://www.yoursite.com','_blank','width=200,height=200,scrollbars=no,toolbar=no,menubar=yes,location=yes,status=yes,directories=yes');");
                                }
                                setTimeout('gfy();',0);
                                </SCRIPT>
                                hmm couple extra spaces in there

                                Smokey, any recent update on the script? Thanks!

                                Comment

                                • MrJazz99
                                  Confirmed User
                                  • Feb 2006
                                  • 362

                                  #17
                                  Hey, good script man !

                                  www.123content.com - HQ Scandinavian Adult Content
                                  [email protected] ICQ: 258-058-968

                                  Comment

                                  • SmokeyTheBear
                                    ►SouthOfHeaven
                                    • Jun 2004
                                    • 28609

                                    #18
                                    Originally posted by loverboy
                                    Smokey, any recent update on the script? Thanks!

                                    yup edit- whoops wrong url hold on
                                    hatisblack at yahoo.com

                                    Comment

                                    • SmokeyTheBear
                                      ►SouthOfHeaven
                                      • Jun 2004
                                      • 28609

                                      #19
                                      http://com.webspacemania.com/popup/
                                      hatisblack at yahoo.com

                                      Comment

                                      • loverboy
                                        When it rains, it pours
                                        • May 2003
                                        • 20609

                                        #20
                                        Originally posted by SmokeyTheBear
                                        funny pop-up shit (IE), lots of thanks bro!

                                        Comment

                                        • SmokeyTheBear
                                          ►SouthOfHeaven
                                          • Jun 2004
                                          • 28609

                                          #21
                                          Originally posted by loverboy
                                          funny pop-up shit (IE), lots of thanks bro!

                                          no prob.. theres a few things to edit.. add some width and height tags to the objects so they dont show up as blank boxes. Those objects are just to detect and avoid the google toolbar , the icq toolbar and the yahoo toolbar's popup blockers..
                                          hatisblack at yahoo.com

                                          Comment

                                          • loverboy
                                            When it rains, it pours
                                            • May 2003
                                            • 20609

                                            #22
                                            Originally posted by SmokeyTheBear
                                            no prob.. theres a few things to edit.. add some width and height tags to the objects so they dont show up as blank boxes. Those objects are just to detect and avoid the google toolbar , the icq toolbar and the yahoo toolbar's popup blockers..
                                            very timely reminders, will definitely take note of that

                                            you'ved given up on FF?

                                            Comment

                                            • SmokeyTheBear
                                              ►SouthOfHeaven
                                              • Jun 2004
                                              • 28609

                                              #23
                                              Originally posted by loverboy
                                              very timely reminders, will definitely take note of that

                                              you'ved given up on FF?

                                              no i just use different types of advertising.. detect firefox and give them way more banners or flash overlay or something.. or less content..

                                              btw be carefull with that code.. it may detect and avoid google ,icq and yahoo blocker , but none of the links on the popup will work because it will block them.. you could add a second set of popups on the popup page but then you wont control the final links thus the user wont be able to click anything.. i only added it as an example..
                                              hatisblack at yahoo.com

                                              Comment

                                              • SmokeyTheBear
                                                ►SouthOfHeaven
                                                • Jun 2004
                                                • 28609

                                                #24
                                                so depending on what your popping up it will need to be heavily modified..

                                                as a regular popup i suggest not doing it that way because if you just popup say a banner the user wont be able to click it if they have google blocker on , if they are using blockers , the only thing you could do with that spot is DRM or click fraud..

                                                like if you popped up a trade link the user wouldnt be able to click anything
                                                hatisblack at yahoo.com

                                                Comment

                                                • loverboy
                                                  When it rains, it pours
                                                  • May 2003
                                                  • 20609

                                                  #25
                                                  Originally posted by SmokeyTheBear
                                                  no i just use different types of advertising.. detect firefox and give them way more banners or flash overlay or something.. or less content..

                                                  btw be carefull with that code.. it may detect and avoid google ,icq and yahoo blocker , but none of the links on the popup will work because it will block them.. you could add a second set of popups on the popup page but then you wont control the final links thus the user wont be able to click anything.. i only added it as an example..
                                                  okay, good you pointed that out. most likely, i wont be able to use
                                                  the script for it may later on affect how search engine crawls my site

                                                  its amazing how these browsers continually revise their codes just to
                                                  prevent these unwanted pop-ups.

                                                  Comment

                                                  Working...