View Single Post
Old 08-26-2002, 07:31 PM  
ztik
Confirmed User
 
ztik's Avatar
 
Industry Role:
Join Date: Aug 2001
Location: Nomad
Posts: 5,196
put into your body: onUnload='suckit();'

<script language='javascript'>
<!--
exit=true;
function suckit()
{
if(exit) {
open("http://whatever.com", "suckPopUp", "toolbar=1,location=1,directories=0,status=1,menub ar=1,scrollbars=1,resizable=1,copyhistory=0,target =subpopup,height=600,width=800");
}
}

// -->
</script>
ztik is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote