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.
This can be done by using window.onbeforeunload event. The below url will help you Javascript Confirm on Exit
you will be blocked by a lot of anti pop up... Most of the time, there are better solutions than pop up.