| ||||
si es posible... gracias a Dios, alguien inventó el JS... quien fue.. no c ok, lo tuyo es asi: Código HTML: <script language="javascript"> function cargar_al_input(valor) { var txt = document.getElementById("texto"); txt.value = valor; } </script> <select name="usuarios" onchange="cargar_al_input(this.value)"> <option value="Saruman">Saruman</option> <option value="Caricatos">Caricatos</option> <option value="JavierB">JavierB</option> </select> <input type="text" size="50" name="texto" id="texto" />
__________________ Saruman One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them. |