On Exit Pop Up Screen?

Discussion in 'JavaScript' started by tdd1984, Mar 11, 2011.

  1. #1
    I need an on exit pop up screen. One that will be compliant with all browsers (if at all possible). I just need to include a pop up screen on exit.
     
    tdd1984, Mar 11, 2011 IP
  2. artus.systems

    artus.systems Well-Known Member

    Messages:
    87
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    103
    #2
    <html>
    <body onunload='alert("I will show the popup window here...")'>
    </html>
     
    artus.systems, Mar 12, 2011 IP
  3. vinoth.t

    vinoth.t Peon

    Messages:
    156
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    vinoth.t, Mar 21, 2011 IP
  4. vediovis

    vediovis Peon

    Messages:
    35
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    you will be blocked by a lot of anti pop up...

    Most of the time, there are better solutions than pop up.
     
    vediovis, Mar 22, 2011 IP