Anyone can recommend an unblockable exit script? Or service provider?

1 replies
I did some google, the code I found similiar to this

Between header=======>
<script language="javascript">
<!-- begin

var exit=true;
function exitwindow()
{
var url = 'URL/to/popup.html';
var win = 'toolbar=0,directories=0,menubar=0,scrollbars=0,
resizable=0,width=250,height=300';
if (exit)
open(url,'WindowName',win); }

// end -->
</script>

And within <BODY> TAG
onUnload="exitwindow()"





BUT it didn't work for me. I notice lots of clickbank products has exit popup work just fine... so anyone care to share how to do it? Or buy it
#exit #provider #recommend #script #service #unblockable
  • Profile picture of the author Istvan Horvath
    "Within body tag" means:

    <body onUnload="exitwindow()">

    Did you use it like that?
    Signature

    {{ DiscussionBoard.errors[1588753].message }}

Trending Topics