Ver Mensaje Individual
  #1 (permalink)  
Antiguo 29/09/2004, 17:55
Avatar de ~°The-Herps°~
~°The-Herps°~
Usuario baneado!
 
Fecha de Ingreso: septiembre-2004
Ubicación: M E X I C O
Mensajes: 498
Antigüedad: 19 años, 8 meses
Puntos: 0
Por favor cheken este codigo,, ke me falta??

hola Amigos. Kisiera que chekaran este codigo. se trata de.
En una ventana, se abre una ventana nueva (popup) de 200x200
y kiero que esa ventana se cierre en unos 15 segundos.
aki tengo un demo, chekenlo, ya se abre la ventana nueva, pero me falta el codigo ke cierre.


Cita:
<html>

<head><script LANGUAGE="JavaScript">

<!-- AmazingPopUps.com -->

window.open("http://www.the-herps.ya.st", "null", "height=200,width=200,status=no,menubar=no,locatio n=no,resizable=yes,titlebar=no,scrollbars=yes,top= " + (screen.height/2-(950/2)) + ",left=" + (screen.width/2-(950/2)));

</script>


</head><script LANGUAGE="JavaScript">

<!-- AmazingPopUps.com -->

window.open("http://www.the-herps.ya.st", "null", "height=200,width=200,status=no,menubar=no,locatio n=no,resizable=yes,titlebar=no,scrollbars=yes,top= " + (screen.height/2-(950/2)) + ",left=" + (screen.width/2-(950/2)));

</script>


<body>

</body>

</html>
y aki esta el codigo de cerrado

Cita:
<script language="javascript">setTimeout("self.close();",7 000)</script>

Como se acomodaria??