Need unblockable pop under java code - please help

Discussion in 'JavaScript' started by nikolaaa, Apr 27, 2011.

  1. #1
    I'm looking for javascript code that will open popuner window with URL (web page in it) when visitor open my site (on load) or on exit.

    I want something that will pass firefox and all other popup blockers.
     
    nikolaaa, Apr 27, 2011 IP
  2. Jan Novak

    Jan Novak Peon

    Messages:
    121
    Likes Received:
    5
    Best Answers:
    1
    Trophy Points:
    0
    #2
    It is built-in functionallity in browsers. User can disable it in preferences in browsers, but it is enabled by default. This function protect users from unexpected bahaviour.

    As I know there is no way to bypass it.
     
    Jan Novak, Apr 28, 2011 IP
  3. hdewantara

    hdewantara Well-Known Member

    Messages:
    540
    Likes Received:
    47
    Best Answers:
    25
    Trophy Points:
    155
    #3
    Why don't you use <iframe> ?
    Although this won't solved the problem on browser exit.
     
    hdewantara, Apr 29, 2011 IP