Ver Mensaje Individual
  #14 (permalink)  
Antiguo 10/09/2010, 16:44
Avatar de Adler
Adler
Colaborador
 
Fecha de Ingreso: diciembre-2006
Mensajes: 4.671
Antigüedad: 18 años
Puntos: 126
Respuesta: Imprimir el valor de un campo a otro campo

Hola

Por enredar un poco, también podría ser así
Cita:
<input type="text" id="c" value="" onkeyup="document.getElementById('c1').value=this. value+'1', document.getElementById('c2').value=this.value+'2' ;" />
Suerte
__________________
Los formularios se envían/validan con un botón Submit
<input type="submit" value="Enviar" style="background-color:#0B5795; font:bold 10px verdana; color:#FFF;" />