Ver Mensaje Individual
  #4 (permalink)  
Antiguo 07/08/2003, 09:50
propoleoz
 
Fecha de Ingreso: febrero-2003
Mensajes: 2
Antigüedad: 21 años, 2 meses
Puntos: 0
proba asi
function cerrar()
{
window.opener = window.self;
window.close();
}
<BODY onLoad="cerrar()">