Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/04/2005, 02:19
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 10 meses
Puntos: 772
Hola serpi_ente

Prueba con esto:
Código PHP:
<body onload="document.frm.t1.value=document.frm.sel.value">
<
form name="frm">
<
select name="sel">
<
option value="1">1</option>
<
option value="2" selected>2</option>
</
select>
<
input type="text" name="t1" />
</
form
Saludos,