Comunidad de diseño web y desarrollo en internet online

Javascript + Formularios - ayudita

Citar            
MensajeEscrito el 18 Oct 2011 03:28 pm
Hola amigos de CL, hoy preciso ayuda con un tema sencillo, espero puedan ayudarme.

Tengo un formulario con tres listas seleccionables.

Deseo que, únicamente aparezca la primera lista y al seleccionar alguna de las opciones aparezca la segunda lista y así. Es decir, que solo se muestren los campos a medida que el usuario vaya seleccionando.

Actualmente estoy pasando datos con Ajax a un php con ese formulario, pero me falta validarlo y no tengo idea de Javascript.

Cualquier indicación de cómo puedo lograrlo lo agradecería.

Por tosslove

Claber

118 de clabLevel

1 tutorial

Genero:Masculino  

Soporte en Sistemas

firefox
Citar            
MensajeEscrito el 19 Oct 2011 04:56 pm
En serio nadie sabe nada? :(

Por tosslove

Claber

118 de clabLevel

1 tutorial

Genero:Masculino  

Soporte en Sistemas

firefox
Citar            
MensajeEscrito el 19 Oct 2011 08:05 pm
<html>
<head>
<title></title>
</head>
<script>
function mostrar(nombre){
document.getElementById(nombre).style.display='';
}
</script>
<body>
<form name="formulario">
<select onchange="javascript:mostrar('select2')">
<option>bla</option>
<option>bla</option>
<option>bla</option>
</select>
<div id="select2" style="display:none">
<select onchange="javascript:mostrar('select3')">
<option>bla</option>
<option>bla</option>
<option>bla</option>
</select>
</div>
<div id="select3" style="display:none">
<select>
<option>bla</option>
<option>bla</option>
<option>bla</option>
</select>
</div>
</form>
</body>
</html>

Por machvk

15 de clabLevel



 

firefox
Citar            
MensajeEscrito el 19 Oct 2011 09:00 pm
Lo probaré, gracias.

Por tosslove

Claber

118 de clabLevel

1 tutorial

Genero:Masculino  

Soporte en Sistemas

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.