ya lo solucione era con javascript!
Código Javascript
:
Ver original<script type="text/javascript">
var ver
function mostrar(num) {
obj = document.getElementById('c'+(num+1));
ver.style.display = 'none';
obj.style.display = 'block';
ver = obj;
}
</script>
Código HTML:
Ver original<body onload = "ver=document.getElementById('c1')"> <select name="select" id="select" onchange="mostrar(this.selectedIndex)"> <td valign="top">Integrantes
</td> <div id="c2" style="display:none"> <input type="text" name="futbol1" /><br /> <input type="text" name="futbol2" /><br /> <input type="text" name="futbol3" /><br /> <input type="text" name="futbol4" /><br /> <input type="text" name="futbol5" /><br /> <input type="text" name="futbol6" /><br /> <input type="text" name="futbol7" /><br /> <input type="text" name="futbol8" /><br /> <input type="text" name="futbol9" /><br /> <input type="text" name="futbol10" /><br /> <div id="c3" style="display:none"> <input type="text" name="tenis1" /><br /> <input type="text" name="tenis1" /><br /> <input type="text" name="tenis1" /><br /> <input type="text" name="tenis1" /><br /> <div id="c4" style="display:none"> <input type="text" name="aerobica1" /><br /> <input type="text" name="aerobica1" /><br /> <input type="text" name="aerobica1" /><br /> <input type="text" name="aerobica1" /><br /> <input type="text" name="aerobica1" /><br /> <div id="c5" style="display:none"> <input type="text" name="otro1" /><br /> <input type="text" name="otro2" /><br /> <input type="text" name="otro3" /><br /> <input type="text" name="otro3" /><br /> <input type="text" name="otro4" /><br />