Re: [PHP-ES] Select / Menu desplegable dinámico

[email protected] (David Fraga)
Newsgroups php.general.es
Organization nemondemand.com
Message-ID <1291363433.2420.26.camel@david-Vostro-3500>
> <script>
> function mostrar(ctrl) {
> alert(ctrl.options[ctrl.selectedIndex].value);
> if(ctrl.options[ctrl.selectedIndex].value == 1) {
> var obj= document.getElementById('provincias-españa')
> obj.style.visibility='visible';
> var obj= document.getElementById('provincias-portugal')
> obj.style.visibility='hidden';
> } else {
> var obj= document.getElementById('provincias-españa')
> obj.style.visibility='hidden';
> var obj= document.getElementById('provincias-portugal')
> obj.style.visibility='visible';
> }
> }
> </script>

Quita el alert de la función del script ;)

<script>
function mostrar(ctrl) {
if(ctrl.options[ctrl.selectedIndex].value == 1) {
var obj= document.getElementById('provincias-españa')
obj.style.visibility='visible';
var obj= document.getElementById('provincias-portugal')
obj.style.visibility='hidden';
} else {
var obj= document.getElementById('provincias-españa')
obj.style.visibility='hidden';
var obj= document.getElementById('provincias-portugal')
obj.style.visibility='visible';
}
}
</script>

No es que sea importante, pero molesta.
signature.asc (application/pgp-signature, 490 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQEcBAABAgAGBQJM+KRnAAoJEMS7g35dsiRikWIH/1EkdWA8r4A7XxYlT9EBZNKv
PzqlHll41oURkUfEYYHYnm/lyD6cdg5OaNu4hMarXUysu+j2s21INLHqhDHheLY9
8TSiyG3t8F7EAFGu59qevWULM6VDgACdt7KK+dQS8aAIirWmGCXxsBls7izvPaMp
WgQVFhYAhdcaKD5/Qc9ZhvqI96q7X3BDnK+R+nfOeSC9fc76hh+O3HIsl5FNxlaD
+iqBrpZgbs3Sk9a4CQDN6dx/yO28X/j6LIIY5/OThFeleMACmpm0VMKd5MBfXpqL
JLYUYEzeof9BQc5yCy7TKPZ5eps+TwJRl1c8Yp9dJ8TWZjpdsQMKx7RReI8AnmQ=
=mZ4O
-----END PGP SIGNATURE-----
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.