Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/11/2007, 09:16
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años
Puntos: 772
Re: duplicacion de campos de formulario

Hola stampida

Esto te servirá:

Código:
<form>
<input type="text" name="factura" />
<input type="text" name="envio" />
<input type="button" onclick = "envio.value=factura.value" />
</form>
Saludos,