Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/09/2004, 02:08
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 11 meses
Puntos: 772
Hola darb.

Aquí te dejo esto:
Código HTML:
<table>
<tr>
<td>
<select onchange="document.getElementById('txt').value=this.value">
<option value="uno">Uno</option>
<option value="otro">Otro</option>
</select>
</td>
<td>
<input type="text" id="txt" />
</td>
</tr>
</table> 
Saludos,