Ver Mensaje Individual
  #5 (permalink)  
Antiguo 14/05/2008, 04:50
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 3 meses
Puntos: 772
Re: Evento onUnload

Hola de nuevo.

A ver si esto te sirve:

Código:
<a href="pagina1.html" onclick="algo(this.href)">
Código:
function algo(txt) {
  alert(txt);
}
Saludos,