Finally I got one free exit pop code.. if anyone wants it then here it is:
The below code should be between the <head> and </head>
Code:
<script type='text/javascript'>
<!--
var NoExitPage = false;
function ExitPage() {
if(NoExitPage == false) {
NoExitPage=true;
location.href='http://yourlandingpage.com/';
return"***********************************************\n\n"+
" WAIT BEFORE YOU GO!!\n\n"+
" Exclusive Discount Offer ($20 Value) Today Only!\n\n"+
"Click the [Cancel] Button Right Now To Stay On This Page!\n\n"+
"***********************************************";
}
}
// -->
</script>
also modify the <body> tag to the following:
Code:
<body onBeforeUnload="return ExitPage();">
Bookmarks