View Single Post
Old 02-09-2003, 06:51 AM  
lEricPl
Confirmed User
 
Join Date: Dec 2002
Location: FL
Posts: 1,062
< s c r i p t >
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") } }
< / s c r i p t >
lEricPl is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote