Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/10/2011, 20:52
Avatar de Franz1628
Franz1628
 
Fecha de Ingreso: marzo-2007
Ubicación: Lima - Perú
Mensajes: 145
Antigüedad: 17 años, 1 mes
Puntos: 26
Respuesta: Combinar 3 campos en uno

Mira este ejemplo y has algo parecido con tu código

Código HTML:
Ver original
  1. <input type="text" onblur="document.getElementById('a').value+=this.value" />
  2. <input type="text"  onblur="document.getElementById('a').value+=this.value" />
  3. <input id="a" type="text" />

__________________
En mi Blog puedes ver articulos javascript y más...
@Franz1628