setTimeout('closeWin(newWindow)',5000);// tiempo 5 segundos antes de cerrar
}
function closeWin(newWindow){
newWindow.close();// cerrar la ventana
}
// End -->
</script>
</head>
<body>
<BODY onLoad="popupWin()">
</body>
ENLACE AL CODIGO
Si quieres enlazar desde tu pagina a este codigo
<!-- Inicio enlace Tutores.org -->
<a title="Tutores.org - Pop up por tiempo" href="http://www.tutores.org/codigo/370/" target="_blank">Pop up por tiempo</a>
<!-- Final enlace Tutores.org -->