abre ventana al salir
CODIGO
<html>
<head>
<title>Abre una ventana al abandonar la pagina.</title>
<script>
function abre_ventana(){
window.open('http://www.region_musical.es.tl',"region-musical","width=250,height=250,top=20,left=20,scrollbars=NO,titlebar=NO,menubar=NO,toolbar=NO,directories=NO,location=NO,status=NO,resizable=NO")
}
</script>
</head>
<body onunload="abre_ventana()">
<a href="http://www.region-musical.es.tl">Enlace</a>
</body>
</html>
<html>
<head>
<title>Abre una ventana al abandonar la pagina.</title>
<script>
function abre_ventana(){
window.open('http://www.region_musical.es.tl',"region-musical","width=250,height=250,top=20,left=20,scrollbars=NO,titlebar=NO,menubar=NO,toolbar=NO,directories=NO,location=NO,status=NO,resizable=NO")
}
</script>
</head>
<body onunload="abre_ventana()">
<a href="http://www.region-musical.es.tl">Enlace</a>
</body>
</html>