Advanced Exit Pop Up Questions

1 replies
Hey hello guys I want I have this script here
Code:
<script language="javascript">
(function() {
    var __redirect_to = 'http://internetmarketingebooks.eu/';//

    var _tags = ['button', 'input', 'a'], _els, _i, _i2;
    for(_i in _tags) {
        _els = document.getElementsByTagName(_tags[_i]);
        for(_i2 in _els) {
            if((_tags[_i] == 'input' && _els[_i2].type != 'button' && _els[_i2].type != 'submit') || _els[_i2].target == '_blank') continue;
            _els[_i2].onclick = function() {window.onbeforeunload = function(){};}
        }
   }

    window.onbeforeunload = function() {
        setTimeout(function() {
            window.onbeforeunload = function() {};
            setTimeout(function() {
                document.location.href = __redirect_to;
            }, 500);
        },5);
        return 'WAIT BEFORE YOU GO! CLICK THE *CANCEL* BUTTON RIGHT NOW! . I HAVE SOMETHING VERY SPECIAL FOR YOU COMPLETELY FREE.';
    }
})();
</script>
Now I don't want it to redirect but I want it to put for a full page background image
For example:
http://www.hdwallpapers.in/walls/abs..._8016-wide.jpg
on top of the page when they try to exit and if they decide to stay remove it again and show the original page anyone can help me?
#advanced #exit #pop #questions
  • Profile picture of the author David Hall
    most exit pop ups and standard pop ups can be block by the browser, this is the only one that I have found so far that works 95% of the time, it offers loads of options including audio on exit and is easy to set up and install on any site, it does cost $60 and has full video tutorials to show you how to set it up and use it, it is great for list building, it has to be the best exit pop ups system going follow the link and you will see it in action http://bit.ly/1gwTeWT
    {{ DiscussionBoard.errors[9037699].message }}

Trending Topics