Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/03/2004, 09:43
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 22 años, 9 meses
Puntos: 381
prueba así



function controlarventana()
if (history.back.length >0){
history.back();
} else {
window.close();

}