Thread: Exit Traffic
View Single Post
Old 07-03-2002, 01:23 AM  
Turf
Confirmed User
 
Industry Role:
Join Date: Jul 2001
Location: ICQ: 64644691
Posts: 1,865
>script language="JavaScript"<
var exit=true;
function Out()
{
if(exit)
{
open("put url here");
self.focus();
}
}
>/script<

change the tags to <> insted of the >< they are now
and in your body tag put onunload="Out();"

and you should be doing just fine...

Last edited by Turf; 07-03-2002 at 01:25 AM..
Turf is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote