Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/01/2008, 06:56
Avatar de ZiTAL
ZiTAL
 
Fecha de Ingreso: marzo-2004
Ubicación: Bermio (Bizkaia)
Mensajes: 1.545
Antigüedad: 20 años, 8 meses
Puntos: 62
Re: hacer click en un <a>enlace</a> con una funcion?

Código HTML:
<html>
<head>
<script type="text/javascript">
 function abc(esto)
  {
   // lo que tu quieras
   alert('vamos a google');
   location.href=esto.href;
   return false;
  }
</script>
</head>
<body>
</body>
<a href="http://www.google.es" onclick="return abc(this)">enlace</a>
</html> 
__________________
http://zital.no-ip.org
____________________

Euskerie ahuen eta bijotzan