how to create Unblockable Popup Blocker

Discussion in 'HTML & Website Design' started by FutureKing, Nov 20, 2010.

  1. #1
    Hi,
    Nowdays browsers have popup blockers. But still I have seen some sites succeed to show popups. I also have to create a popup which can not be blocked by browser. Is it possible? if Yes then please tell me.
    Thanks
     
    FutureKing, Nov 20, 2010 IP
  2. shofstetter

    shofstetter Well-Known Member

    Messages:
    178
    Likes Received:
    7
    Best Answers:
    1
    Trophy Points:
    120
    #2
    shofstetter, Nov 20, 2010 IP
  3. workingsmart

    workingsmart Well-Known Member

    Messages:
    411
    Likes Received:
    12
    Best Answers:
    9
    Trophy Points:
    120
    #3
    You could also load a "lightbox" and pull content into it...

    Cheers!~
     
    workingsmart, Nov 20, 2010 IP
  4. oliabc4

    oliabc4 Peon

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Have you also considered Javascript alerts? For short sentences mind..
     
    oliabc4, Nov 20, 2010 IP
  5. SterlingS

    SterlingS Greenhorn

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    13
    #5
    this is how it goes, the only conditions is that the user clicks one time anywhere.
    Remove window.focus(); to turn this popunder into a popup.

     
    SterlingS, Nov 21, 2010 IP
  6. fm1234

    fm1234 Peon

    Messages:
    227
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Meerkat

    If I wasn't already going to hell for all the other stuff I've done, I'd worry about sharing this with someone asking for "unblockable popup" ability. But Meerkat is an awesome utility for creating highly-customisable page features with "pop up like" qualities, that do not trigger blockers. I'm pretty sure that the annoying fly ins that DigitalPoint uses are using Meerkat, or something like it.


    Frank
     
    fm1234, Nov 21, 2010 IP
  7. FutureKing

    FutureKing Well-Known Member

    Messages:
    194
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    125
    Digital Goods:
    4
    #7
    Thank you.
     
    FutureKing, Nov 21, 2010 IP
  8. shofstetter

    shofstetter Well-Known Member

    Messages:
    178
    Likes Received:
    7
    Best Answers:
    1
    Trophy Points:
    120
    #8
    most modern popup blockers search the code for a call to window.open if it is found it will be blocked no way around that. Most popup blockers are set to ask the user to open any type of new window. You could use this to your advantage. you could have a "helpful" link that opens in a popup that will cause the popup blocker to ask the user if they would like to allow popups from blablabl.com. if the user clicks yes then they may also allow all of your other popups without really knowing it.
     
    shofstetter, Nov 21, 2010 IP
  9. calvin4u

    calvin4u Peon

    Messages:
    40
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    by using
    Window Layers (Or “Pop-Overs”)
    The first is to create DHTML (dynamic HTML) windows, which uses layers (also called “pop-ins” or “pop-overs,” and sometimes called “hover ads” or “drop-in windows”).

    These windows are not windows per se but in fact are actual HTML mini-pages created “on top” of regular HTML. When they close (such as by clicking the “X” in the upper righthand corner), they don’t really close. They simply become invisible.

    These scripts are free.
    ScriptAsylum.com
    DynamicDrive.com
    CodeLifter.com
     
    calvin4u, Jan 27, 2011 IP