Tema: select
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 23/10/2004, 13:31
Avatar de wolf777
wolf777
 
Fecha de Ingreso: junio-2004
Ubicación: Bolivia
Mensajes: 199
Antigüedad: 19 años, 11 meses
Puntos: 0
Si es asi solamente crealos como tipo texto normales y haz algo muy simple

Código HTML:
<div id="01" style="display=none"><input name="txt1" type="text"class="button" size="30"></div>
<div id="02" style="display=none"><input name="txt2" type="text"class="button" size="30"></div>
<div id="03" style="display=none"><input name="txt3" type="text"class="button" size="30"></div> 
y los activas mediante un:
Código HTML:
function muestra_elemento(txt_id){
document.getElementById(txt_id)]).style.display="block";
}
__________________
Do not let The Darknness Get You, to soon...