Tema: Ayuda Porfa
Ver Mensaje Individual
  #4 (permalink)  
Antiguo 02/08/2007, 07:16
silence_off
 
Fecha de Ingreso: marzo-2006
Mensajes: 137
Antigüedad: 18 años, 2 meses
Puntos: 0
Re: Ayuda Porfa

function escribir(valor){
document.getElementById("el ID del otro input").value = valor;

}

y en el html

<INPUT type="text" onkeyup="escribir(this.value)">
__________________
__Neurotic-Developer....:::: La unica limitacion de la programacion, es el programador.