![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
09/06/2007, 05:58
|
![Avatar de Adler](http://static.forosdelweb.com/customavatars/avatar163014_6.gif) | Colaborador | | Fecha de Ingreso: diciembre-2006
Mensajes: 4.671
Antigüedad: 18 años, 1 mes Puntos: 126 | |
Re: exicte tal codigo Prueba con esta función
Código:
fuction copiar () {
document.getElementById('destino').value = document.getElementById('origen').value;
}
<input type="text" name="origen" value="" onKeyUp="copiar();" />
<input type="text" name="destino" value="" />
Suerte |