![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
04/12/2009, 14:50
|
| | Fecha de Ingreso: octubre-2009
Mensajes: 97
Antigüedad: 15 años, 3 meses Puntos: 4 | |
Respuesta: select vacio Prueba con éste código:
Código:
<form name=formulario>
<b>Profile</b><select name="profile">
</select><br><br>
<input type=button onclick="document.formulario.profile.options[0]=new Option('ADMINISTRADOR');
document.formulario.profile.options[1]=new Option('CERT');
document.formulario.profile.options[2]=new Option('OVER');"
value="Mostrar opciones">
</form>
|