Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/11/2009, 00:12
Avatar de syntex
syntex
 
Fecha de Ingreso: noviembre-2002
Ubicación: Cataluña
Mensajes: 978
Antigüedad: 22 años
Puntos: 4
script dependiendo del radio

Hola foreros,

Alguien me podria facilitar un script donde dependiendo de dos radio de un formulario me se abriera un tipo de text y si escojo el otro radio otros tipos de text del formulario.

Muchas gracias.

Código PHP:
<form action="" method="get">
<
input type="radio" name="Radios" value="1"  />
<
input type="radio" name="Radios" value="2" />
<
input type="submit" name="" value="enviar">

<!-- 
CON EL RADIO PULSADO 1 -->
Nombre .: <input type="text" name="" value="">
Apellidos.: <input type="text" name="" value="">
<!-- -->
<!-- 
CON EL RADIO PULSADO 2 -->
Nombre empresa .: <input type="text" name="" value="">
Nombre contacto.: <input type="text" name="" value="">
<!-- -->


</
form
__________________
------------------------------------------------
La paciencia es el rey de la ciencia
------------------------------------------------