Tema: OnClick
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/04/2007, 05:06
yaviz
 
Fecha de Ingreso: diciembre-2004
Mensajes: 371
Antigüedad: 20 años, 1 mes
Puntos: 0
Re: OnClick

Código:
function cerrar() {
var ventana = window.self;
ventana.opener = window.self;
ventana.close();
}
<a href="#" onClick="cerrar()">[Cerrar]</a>