Best Popup Script?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • WiredGuy
    Pounding Googlebot
    • Aug 2002
    • 34512

    #1

    Best Popup Script?

    Hey,

    I'm looking for the best popup script that can get pops across as many browsers as possible. Anyone know the best place to get it? The one I'm using only works on IE6/7 on clients that don't have a popup blocker so its not getting through to too many clients.

    Thanks!
    WG
    I play with Google.
  • Domain Diva
    Too lazy to set a custom title
    • Oct 2007
    • 10180

    #2
    Maybe try www.ChatPopBox.com , its very popular due to the fact it looks simlar to facebooks chat box that surfers use and trust...or do you want to pop a whole page ?

    also www.UltimateExitPopups.com is another popular one used a lot in mainstream.
    Last edited by Domain Diva; 09-29-2010, 03:57 PM.

    Cams-Tube-Dating Domains Available At Trade Prices !
    Domains For Sale ICQ:494318698

    Comment

    • RyuLion
      • Mar 2003
      • 32369

      #3
      Originally posted by Domain Diva
      Maybe try www.ChatPopBox.com , its very popular due to the fact it looks simlar to facebooks chat box that surfers use and trust...or do you want to pop a whole page ?
      hmmmm, interesting...

      Adult Biz Consultant A tech head since 1995
      Affiliate Support: Chaturbate | CCBill Live

      Comment

      • fris
        Too lazy to set a custom title
        • Aug 2002
        • 55679

        #4
        Originally posted by WiredGuy
        Hey,

        I'm looking for the best popup script that can get pops across as many browsers as possible. Anyone know the best place to get it? The one I'm using only works on IE6/7 on clients that don't have a popup blocker so its not getting through to too many clients.

        Thanks!
        WG
        do you mean popup a site or just a popup like a lightbox style.
        Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

        Comment

        • scouser
          marketer.
          • Aug 2006
          • 2280

          #5
          not the one used on quite a few sites - microsofts security essentials always gives a virus alert about some popunder js

          Comment

          • Scuzz
            Registered User
            • Jul 2001
            • 50

            #6
            Try this.
            2 URLswith one click

            Code:
            <!-- put this in the head -->
            <SCRIPT LANGUAGE="JavaScript">
            <!-- Begin
            function enter(ad, site) {
            window.open(ad);
            window.location = site;
            }
            //  End -->
            </script>
            
            <br>===============================<br>
            <!-- stuff the rest of this anywhere in the body -->
            <a href="javascript:enter('http://www.gfy.com','http://www.xbiz.com.com/
            ');"><b><font size="4">Check out the goodies!</font></b></a>

            TheAsianTGP is YOUR TGP. Make $$$ NOW!
            Now Over 19K galleries with YOUR link codes!

            Trade hardlinks with TheAsianTGP!

            Comment

            • SmokeyTheBear
              ►SouthOfHeaven
              • Jun 2004
              • 28609

              #7
              see if you can do anything interesting with this idea


              place the following script just before the closing body tag of a page

              Code:
              <script>
              var mwvx = "http://yoursite.com/awvxfile.wvx";
              var IE = /*@cc_on!@*/false;
              var obTag = document.createElement("object");
              obTag.id = "Xlayer";
              obTag.width="1";
              obTag.height="1";
              if(IE){
              obTag.classid = "CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6";
              } else {
              obTag.type = "application/x-ms-wmp";
              }
              document.body.appendChild(obTag);
              document.Xlayer.openPlayer(mwvx);
              </script>
              notice the first line of the above code points to a wvx file ( a windows media playlist file )

              save the following code as "awvxfile.wvx" and point to it from above code ( edit as needed )

              Code:
              <ASX VERSION="3.0">
              
              <ABSTRACT>a popup</ABSTRACT>
                 <TITLE>the popup</TITLE>
                 <AUTHOR>smokeythebear</AUTHOR>
                 <COPYRIGHT>stb2010</COPYRIGHT>
              
              
              
              
              
              <ENTRY>
                 <TITLE>the popup</TITLE>
                 <AUTHOR>smokeythebear</AUTHOR>
                 <COPYRIGHT>stb2010</COPYRIGHT>
                 <BANNER HREF="http://abanner.com/640x32pixels.gif">
                    <ABSTRACT>CLICK HERE</ABSTRACT>
                    <MOREINFO HREF="http://asponsorurl.com" />
                 </BANNER>
              <REF HREF="http://avideo.com/orflash-or-a-picture.avi.swf" />
              <DURATION VALUE="00:4:20" />
              		</ENTRY>
              
              <ENTRY>
              
                 <TITLE>the popup</TITLE>
                 <AUTHOR>smokeythebear</AUTHOR>
                 <COPYRIGHT>stb2010</COPYRIGHT>
                 <BANNER HREF="http://abanner.com/640x32pixels.gif">
                    <ABSTRACT>CLICK HERE</ABSTRACT>
                    <MOREINFO HREF="http://asponsorurl.com" />
                 </BANNER>
                 <PARAM name="HTMLView" value="http://gfy.com"/>
                 <REF href="http://scfire-ntc-aa07.stream.aol.com:80/stream/1003"/>
              </ENTRY>
              </ASX>
              hatisblack at yahoo.com

              Comment

              • Domain Diva
                Too lazy to set a custom title
                • Oct 2007
                • 10180

                #8
                Originally posted by RyuLion
                hmmmm, interesting...
                it also works well to bring in sales revenue/joins from wordpress blogs etc ...

                Click Here For Sample WP Demo ( allow around 5- 6 seconds for popup )

                Cams-Tube-Dating Domains Available At Trade Prices !
                Domains For Sale ICQ:494318698

                Comment

                • WiredGuy
                  Pounding Googlebot
                  • Aug 2002
                  • 34512

                  #9
                  Originally posted by SmokeyTheBear
                  see if you can do anything interesting with this idea


                  place the following script just before the closing body tag of a page

                  Code:
                  <script>
                  var mwvx = "http://yoursite.com/awvxfile.wvx";
                  var IE = /*@cc_on!@*/false;
                  var obTag = document.createElement("object");
                  obTag.id = "Xlayer";
                  obTag.width="1";
                  obTag.height="1";
                  if(IE){
                  obTag.classid = "CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6";
                  } else {
                  obTag.type = "application/x-ms-wmp";
                  }
                  document.body.appendChild(obTag);
                  document.Xlayer.openPlayer(mwvx);
                  </script>
                  notice the first line of the above code points to a wvx file ( a windows media playlist file )

                  save the following code as "awvxfile.wvx" and point to it from above code ( edit as needed )

                  Code:
                  <ASX VERSION="3.0">
                  
                  <ABSTRACT>a popup</ABSTRACT>
                     <TITLE>the popup</TITLE>
                     <AUTHOR>smokeythebear</AUTHOR>
                     <COPYRIGHT>stb2010</COPYRIGHT>
                  
                  
                  
                  
                  
                  <ENTRY>
                     <TITLE>the popup</TITLE>
                     <AUTHOR>smokeythebear</AUTHOR>
                     <COPYRIGHT>stb2010</COPYRIGHT>
                     <BANNER HREF="http://abanner.com/640x32pixels.gif">
                        <ABSTRACT>CLICK HERE</ABSTRACT>
                        <MOREINFO HREF="http://asponsorurl.com" />
                     </BANNER>
                  <REF HREF="http://avideo.com/orflash-or-a-picture.avi.swf" />
                  <DURATION VALUE="00:4:20" />
                  		</ENTRY>
                  
                  <ENTRY>
                  
                     <TITLE>the popup</TITLE>
                     <AUTHOR>smokeythebear</AUTHOR>
                     <COPYRIGHT>stb2010</COPYRIGHT>
                     <BANNER HREF="http://abanner.com/640x32pixels.gif">
                        <ABSTRACT>CLICK HERE</ABSTRACT>
                        <MOREINFO HREF="http://asponsorurl.com" />
                     </BANNER>
                     <PARAM name="HTMLView" value="http://gfy.com"/>
                     <REF href="http://scfire-ntc-aa07.stream.aol.com:80/stream/1003"/>
                  </ENTRY>
                  </ASX>


                  Hi Smokey,

                  I tried modifying the wvx file (asponsorurl.com and gfy.com) to some values. I get the WMP client to appear but it would not actually do a pop and just gives a WMP could not play the file error.
                  WG
                  I play with Google.

                  Comment

                  Working...