<BODY bgcolor="white" onunload="byebyewin()">
<SCRIPT LANGUAGE="JavaScript">
function byebyewin(){
windowLeaving=window.open("",'Leaving','toolbar=no ,location=no,directories=no,menubar=no,scrollbars= no,resizable=1,width=420,height=250');
windowLeaving.document.writeln("<head><title>Goodb ye!</title></head><body bgcolor='black' text=white>");
windowLeaving.document.writeln("<h2><center>A presto</h2> ");
windowLeaving.document.writeln("<h4>Torna a visitare AlternativeCity.it</h4> ");
windowLeaving.document.writeln('<h3><center>e ricorda di votarci se il sito ti è piaciuto!!</center></h3> ');
windowLeaving.document.writeln('</a>');
windowLeaving.setTimeout("self.close()",15000);
}
ecco qui