Has anyone got pop-under code that beats the blockers?

Discussion in 'HTML & Website Design' started by cyphix, Apr 2, 2007.

  1. #1
    Have been searching around the net but haven't found anything much recent of some code for a pop-under that will beat a lot of the blockers out there?

    Anyone got anything of use?

    Thanks!
     
    cyphix, Apr 2, 2007 IP
  2. mikemotorcade

    mikemotorcade Peon

    Messages:
    645
    Likes Received:
    49
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Why do you want a popup? They are very annoying. I think that a site that has popups loses respect. Don't do popups. They are a feature of the internet that should not exist.
     
    mikemotorcade, Apr 2, 2007 IP
  3. cyphix

    cyphix Well-Known Member

    Messages:
    245
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    103
    #3
    I was afraid people like you would reply to this thread; I don't want to hear it. Thank You!

    Btw.. I said, pop-under, not pop-up. ;)
     
    cyphix, Apr 2, 2007 IP
  4. mikemotorcade

    mikemotorcade Peon

    Messages:
    645
    Likes Received:
    49
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Ok, so why do you want a pop-under?
     
    mikemotorcade, Apr 2, 2007 IP
  5. cyphix

    cyphix Well-Known Member

    Messages:
    245
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    103
    #5
    The reason anyone would want one..... to make revenue for the site. Simple.
     
    cyphix, Apr 2, 2007 IP
  6. mikemotorcade

    mikemotorcade Peon

    Messages:
    645
    Likes Received:
    49
    Best Answers:
    0
    Trophy Points:
    0
    #6
    mikemotorcade, Apr 2, 2007 IP
  7. cyphix

    cyphix Well-Known Member

    Messages:
    245
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    103
    #7
    Mike..... I am an experienced enough web designer & surfer to know what I am doing; I am not here for a discussion about the pros & cons of using them so unless you can help me out then plz stop posting to my thread. :)
     
    cyphix, Apr 2, 2007 IP
  8. mikemotorcade

    mikemotorcade Peon

    Messages:
    645
    Likes Received:
    49
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Okay, I don't know anything about pop-under (under the current window) code that will beat blockers. here is a page on "pop-unders" as they called them, that are a part of the page, but look sort of like a separate window. I don't know why both use the same name, and I think you want an actual window that goes under the current window, but these WILL beat the blockers.

    Edit: Hehe, almost forgot to post the link: http://icant.co.uk/articles/how-to-create-popunders/
     
    mikemotorcade, Apr 2, 2007 IP
  9. cyphix

    cyphix Well-Known Member

    Messages:
    245
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    103
    #9
    Thanks for the link Mike; but since I am needing to load an entire site the user needs full browser functionality & hence I need the ability to launch a full browser window.

    Not sure why they call those "pop-unders" though..... pop-unders are similar to pop-ups but they don't pop "in your face"; they load in the background & you don't see them unless you manually bring them up or close the window. Those things appear in your face like pop-ups. :p
     
    cyphix, Apr 2, 2007 IP
  10. seojames

    seojames Banned

    Messages:
    190
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Xsitepro allows you create pop under or pop up ads that seem to beat all the pop up blockers.
     
    seojames, Apr 2, 2007 IP
  11. mikemotorcade

    mikemotorcade Peon

    Messages:
    645
    Likes Received:
    49
    Best Answers:
    0
    Trophy Points:
    0
    #11
    try an onmouseover in the body:
    <body onmouseover="showPopup();">
    Code (markup):
     
    mikemotorcade, Apr 2, 2007 IP
  12. cyphix

    cyphix Well-Known Member

    Messages:
    245
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    103
    #12
    I had a look at their page & noticed this quote..

    "29. Choose from three different types of pop-up, including one that will help you avoid getting trapped by pop-up blockers."

    I assume the ones they/you are referring to are more than likely like the ones Mike linked me to above with the CSS/DOM style.

    Mike: Nope, didn't work. :(
     
    cyphix, Apr 2, 2007 IP