Better Pop Up Coding to Avoid Blocks

Discussion in 'JavaScript' started by rsq0522, Apr 30, 2012.

  1. #1
    I have a need to use a lot of pop ups to provide greater detail into items users are interested in.

    The problem is the percentage of time that a browser will block these pop ups.

    I would need to find a way to do one or both of two things:


    1.) Find a way to show pop ups like with lightbox that will not be blocked by browsers without greatly hindering page load time


    2.) Provide a JavaScript / JQuery alert that can detect when a pop up has been blocked by a browser and notify a user through an alert along with a custom message written by me





    Anyone familiar with some JavaScript coding that will do this or if lightbox is a practical solution without hindering page load time. There is likely to be anywhere from 10-30 different pop ups on a given page.
     
    rsq0522, Apr 30, 2012 IP
  2. joerudy1988

    joerudy1988 Peon

    Messages:
    196
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    We are looking for the same thing as well.
     
    joerudy1988, May 2, 2012 IP
  3. rsq0522

    rsq0522 Greenhorn

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3

    You can look at these links which have some decent solutions

    [TABLE="width: 278"]
    [TR]
    [TD="width: 278"]http://www.programmingforums.org/newpostinthread44672.html[/TD]
    [/TR]
    [/TABLE]

    [TABLE="width: 278"]
    [TR]
    [TD="width: 278"]http://www.dreamincode.net/forums/index.php?showtopic=277660&view=getnewpost[/TD]
    [/TR]
    [/TABLE]

    [TABLE="width: 278"]
    [TR]
    [TD="width: 278"]http://www.webdeveloper.com/forum/showthread.php?t=260102&goto=newpost[/TD]
    [/TR]
    [/TABLE]
     
    rsq0522, May 2, 2012 IP
  4. HowDoYou

    HowDoYou Well-Known Member

    Messages:
    443
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    130
    #4
    Use jquery dialogs.
     
    HowDoYou, May 2, 2012 IP
  5. e-abi

    e-abi Member

    Messages:
    122
    Likes Received:
    1
    Best Answers:
    3
    Trophy Points:
    38
    #5
    e-abi, May 2, 2012 IP