Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/10/2007, 01:54
Avatar de caricatos
caricatos
Moderador
 
Fecha de Ingreso: abril-2002
Ubicación: Torremolinos (Málaga)
Mensajes: 19.607
Antigüedad: 22 años, 7 meses
Puntos: 1284
Re: Añadir evento onclick a funcion

Hola:

Una posibilidad:

function mycarousel_getItemHTML(url,item) {
return '<img src="' + url + '" width="75" height="75" alt="" border="0" onclick="location.href="' + url + '" style="cursor: pointer" />';
};

o:

return '<a href="' + url + '"><img src="' + url + '" width="75" height="75" alt="" border="0" /></a>';

Saludos
__________________
Por favor:
No hagan preguntas de temas de foros en mensajes privados... no las respondo