[GET]Exit Popup Code for CPA.

secretboy08

Elite Member
Joined
Apr 2, 2008
Messages
2,395
Reaction score
886
am sorry if this is the wrong section.


Code:
</style>
<script type="text/javascript" language="javascript"> 
var areYouReallySure = false;
var internalLink = false;
function areYouSure() {
if (!areYouReallySure && !internalLink) {
areYouReallySure = true;
location.href="url to go to"

return "*****************************************************\n\nWait! \n\nBefore you leave , please take a look at this limited time offer. Remember, this is a 100% FREE.DON'T EVEN PAY S&H CHARGES.\n\nWhy miss the chance to receive Free Acai Berry? \n\nCLICK CANCEL TO TAKE THE SPECIAL OFFER\n\n*****************************************************";
}
}
window.onbeforeunload = areYouSure;
</script>

questions welcome.
this popup is like
wait dont go.if you buy now our blonde will give you blowjob.
 
I just tested it dam I hate those popups lol ;> but thanks
 
Thanks. This is nice. Is there any way we can automatically redirect them to our offer when they click yes or no with this script? And may I know where should I put this? in header?

Edit: Ah, I just tested this and it does exactly what I wanted, THANKS!!
 
Last edited:
Super. I wouldn't use these all the time, but nothing beats setting one of them up in a matter of 2 minutes.

Thanks.
 
Can anyone confirm that this actually increases their conversions??? Hard for me to put myself in the customers shoes as I hate these popups and to me they make any landing page so blatantly spammy looking
 
i used it in acai.
what i did was redirect them to an offer which provided a coupon even on shipping.so that reduced there shipping price.got a few conversions.
 
awsome thing, easy to install and working good !

There is a option where the user can click OK or Chancel.

IS it possible to make it Just one ALERT with a "OK"
and the user will redirected

(Dont have to click on Chancel)

But thankyou anyways, better than exitsplash or exitgrabber !!!!
 
i think to use this and will redirect my traffic to forced adsense script

Thanks!
 
Where should I put the code? I put it in header section, in page body but nothing worked
 
Back
Top