14/05/2008, 04:50
|
| Colaborador | | Fecha de Ingreso: febrero-2002 Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 9 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, |