Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/10/2004, 10:01
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años
Puntos: 772
Hola Cuezaltzin.

Prueba con algo así:
Código HTML:
<img src="imagen.gif" id="21" onclick="document.getElementById('txt').value=this.id" />
<input type="text" id="txt" /> 
Saludos,