Home > Questions and Answers > General Questions

Exit PopUp (4)


10-29-2012 03:17 PM #1 cyberwiz (Member)
Exit PopUp

Hello STMers,

Anyone know how to create exit popup?


10-29-2012 04:04 PM #2 nitroman (Member)

http://stmforum.com/forum/showthread...o-your-revenue!


10-29-2012 04:17 PM #3 kyleirwin (Member)

Here is the short answer: http://justindupre.com/finally-an-ex...pt-that-works/ ... that is the one that you will see on most affiliate's landing pages.

However, it doesn't work as well as it used to. The latest versions of browsers will not allow you to bounce the users to a new URL via the onbeforeunload event... even if the user chooses to "Stay on Page".

The modern/new solution is to exit pop a modal (shadowbox) over the current page.

Here are some examples:

- Typical "Redirect" Exit Pop
- "Modal" Exit Pop


10-30-2012 10:07 AM #4 cyberwiz (Member)

Quote Originally Posted by kyleirwin View Post
Here is the short answer: http://justindupre.com/finally-an-ex...pt-that-works/ ... that is the one that you will see on most affiliate's landing pages.

However, it doesn't work as well as it used to. The latest versions of browsers will not allow you to bounce the users to a new URL via the onbeforeunload event... even if the user chooses to "Stay on Page".

The modern/new solution is to exit pop a modal (shadowbox) over the current page.

Here are some examples:

- Typical "Redirect" Exit Pop
- "Modal" Exit Pop
Naise, this is one great sharing. Thank you kyleirwin!


Home > Questions and Answers > General Questions