Exit Alerts

Status
Not open for further replies.

Icecube

Up 24h/day
Mar 14, 2007
1,169
9
0
Europe
hey guys

does anyone have a script to open an alert box when the user tries to leave the page?

like those you get on most diet pills pages (and a lot of landing pages of any kind) to prevent you from leaving

I haven't searched a lot, but I couldn't find anything that works at the moment
 


Or just go to any page you think has a good one and view-source on it...It's either in the source or linked to a js
 
links
Code:
<a href="affiliate_link.html" onclick="legit_exit=true;">link</a>
body
Code:
<body onunload="if (legit_exit!=true){alert('buy buy buy!');};">
 
  • Like
Reactions: Icecube
Status
Not open for further replies.