looking for someone to add an exit pop for me?

by LOUDOU
2 replies
Hello guys, I need an exit pop added to my opt in page... Can anyone do this for me?

If so how much? Please no silly prices


Kindes regards LOUDOU
#add #exit #pop
  • Profile picture of the author PAFoster
    it's easy to do yourself, just copy and paste this code into your opt-in page.

    Make sure you change the url to be your site and the page you want your vistor to go to if they decide to stay, aswell as the message you want to give them to convince them to stay

    When the vistor leaves a javascript 'confirm navigation' box pops up. This is generally used for checking if someone really intended to leave the page, if, for example they haven't saved something.

    <script type="text/javascript">
    var redirecting= false;
    window.onbeforeunload = function() {
    if (redirecting) return;
    setTimeout(function() {
    setTimeout(function() {
    redirecting= true;
    location.href= 'http://your-domain.com/another-page.html';
    }, 500);
    }, 0);
    return 'Message to Appear in Exit Pop';
    };
    </script>

    Hope that helps you.
    {{ DiscussionBoard.errors[6341379].message }}
  • Profile picture of the author lamzoR
    Can you add me to your skype please? We can sort it out.
    That's my profile on Elance just click here

    I've a lot of experience behind me.
    If you still need help .. also I can design it for you.
    {{ DiscussionBoard.errors[6341581].message }}

Trending Topics