![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
19/07/2004, 04:55
|
![Avatar de tunait](http://static.forosdelweb.com/customavatars/avatar3543_1.gif) | Moderadora | | Fecha de Ingreso: agosto-2001 Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 23 años, 5 meses Puntos: 381 | |
Pues me parece que como no uses javascript no vas a poder hacerlo
prueba a ver si te sirve esto
<select name="select" onchange="if(this.selectedIndex == 0){this.selectedIndex = ind;}else{ind = this.selectedIndex}">
<option value="nada">nada</option>
<option value="a">a</option>
<option value="b">b</option>
<option value="c">c</option>
<option value="d">d</option>
</select> |