![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
31/01/2010, 01:54
|
![Avatar de America|UNK](http://static.forosdelweb.com/customavatars/avatar159924_15.gif) | | | Fecha de Ingreso: noviembre-2006 Ubicación: Piura - Perú
Mensajes: 582
Antigüedad: 18 años, 2 meses Puntos: 56 | |
Respuesta: Ayuda con select y javascript
Código Javascript :
Ver original<script> function fn(el){ var v=el.options[el.selectedIndex].value,s=el.form.result2, o=s.options,l=o.length,i,j=s.value==v for(i=0;i<l;i++)o[i].disabled=o[i].value==v?!!1:!1 if(j)s.selectedIndex=-1 } </script>
__________________ /* El que atiende, entiende..., el que entiende, aprende!.
Desarrollo Web Freelance, Contactar */ |