Need to make Exit Splash javascript ignore clickthrough URL

mpbiz

New member
Apr 29, 2010
2,825
57
0
I just added an exit splash javascript on one of my landing pages. It's working great, but the only problem is that it's working when people are trying to click through to the actual offer.

I need it to ignore users who are clicking through to the offer and only work on users who are trying to go back, exit the landing page, etc.

Here's the script and thanks for the help:

<!-- Start of Code -->
<script language="javascript">
var exitsplashmessage = '***************************************\n\n W A I T B E F O R E Y O U G O !\n\n CLICK THE *CANCEL* BUTTON RIGHT NOW\n TO STAY ON THE CURRENT PAGE.\n\n I HAVE SOMETHING VERY SPECIAL FOR YOU!\n\n***************************************';
var exitsplashpage = 'http://www.landingpage.com/emailcapture.php';
</script>
<script language="javascript" src="http://www.landingpage.com/scripts/exitsplash.php?tc=3399cc&uh=none&ad=none&sh=no&bh=22&fs=12&lf=Arial&at=Powered%20by%20ExitSplash"></script>
<!-- End of Code -->