Popup on "Almost" Exit

4 replies
Hi Warriors,

I remember seeing this and I was wondering if anybody could point me to this product.
It is a popup script that activates when the user moves their mouse up to click on the back button or the close button.

So, they haven't actually clicked to leave the page yet, but they're about to.

I'm sure I've seen this, but I can't seem to find it again.
Any ideas?

Thanks,
Leon Klepfish
#exit #popup
  • Profile picture of the author klepfish
    Has nobody heard of this? I'm surprised, I'm sure I've seen it implemented.

    Best regards,
    Leon Klepfish
    {{ DiscussionBoard.errors[114122].message }}
    • Profile picture of the author Neil Morgan
      You can do it with a tiny bit of javascript.

      Change your page's <body> tag to:

      <body onMouseOut='functionName();'>

      Example:

      <body onMouseOut='alert("Stay!");'>

      I'll leave it up to you or others to build on it.

      It's not something I'd be happy to inflict on my site visitors.

      Cheers,

      Neil
      Signature

      Easy email marketing automation without moving your lists.

      {{ DiscussionBoard.errors[114135].message }}
  • Profile picture of the author klepfish
    Thanks! That was exactly what I needed

    Regards,
    Leon
    {{ DiscussionBoard.errors[114173].message }}

Trending Topics