Tema
:
Al hacer clic en un radio button, cambiar el texto de un textbox..???
Ver Mensaje Individual
#
6
(
permalink
)
12/11/2005, 15:56
Cap.Buscapina
Fecha de Ingreso: octubre-2004
Ubicación: Argentina
Mensajes: 836
Antigüedad: 20 años, 3 meses
Puntos: 4
Cita:
<input type="radio" onclick="pepe.value='algo'; pepe.disabled=true; juan.value='algo mas';this.checked=true;" />
<input type="text" name="pepe" />
<input type="text" name="juan" />
si tambien queres sombrear "juan" agrega
Cita:
juan.disabled=true;
chau
__________________
by Capitán Buscapina
.
Cap.Buscapina
Ver Perfil
Buscar todos los Mensajes de Cap.Buscapina