Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/08/2003, 11:36
julimirin
 
Fecha de Ingreso: mayo-2003
Mensajes: 40
Antigüedad: 21 años, 9 meses
Puntos: 1
lo consegui

Pues currandomelo un poko lo he conseguido por si ha alguno os intresa:

Código PHP:
<html>
 <
head>
  <
script language="JavaScript">

   function 
cerrar() {
    var 
ventana window.self;
    
ventana.opener window.self;
    
ventana.close();
  }
  
</script>
 </head>
 <body>
  <script>cerrar()</script>
  </body>
</html>