View Single Post
Old 02-09-2003, 06:27 AM  
jn32
Registered User
 
Join Date: Jun 2002
Posts: 67
hahahahahahahahahaha help please

Can anyone help me with this ?
This my script:

<script>
var exit=true;
if (document.referrer.indexOf('domainname.com') > -1) { exit = false; }
if (document.referrer.indexOf('www.domainname.com') > -1) { exit = false; }
function exitpop() { if (exit) { window.open("http://www.myexittradeurl.com") } }
</script>

I also want to exclude bookmarkers, how do I add that ?
Thanks for your help.
jn32 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote