exit pop survey code?

by 1 replies
2
I'm trying to pop a survey (html file) when someone exits my landing page.

I don't want to pop it if they continue onto the next page, only if they are leaving my domain.

How do I do this? Please help!
#programming #code #exit #pop #survey
  • I wrote something regarding this on my blog at :
    hxxp://kbeezie.com/view/cross-browser-exit-pop/

    Basically utilizing jquery you could turn off the exit-pop trigger if it was triggered by a link within your page, that way it would only pop up if someone were to leave your site by changing url or trying to close the tab/window.

Next Topics on Trending Feed

  • 2

    I'm trying to pop a survey (html file) when someone exits my landing page. I don't want to pop it if they continue onto the next page, only if they are leaving my domain.