Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/06/2006, 10:39
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años
Puntos: 772
Hola chefnelone

Creo que lo mejor es utilizar una foro sin enlace:

<img src="Images/MiImagen.gif" name="idWindow1" width="62" height="36" border="0" id="id1">

Para añadirle la función:
Código PHP:
ima document.getElementById('id1');
ima.style.cursor 'pointer';
ima.onclick = function() {ir(1)} 
Espero que te sirva. Saludos,