![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
18/01/2010, 06:08
|
![Avatar de angel1993](http://static.forosdelweb.com/customavatars/avatar325038_2.gif) | | | Fecha de Ingreso: octubre-2009
Mensajes: 752
Antigüedad: 15 años, 4 meses Puntos: 22 | |
¿Como creo esta funcion? [FACIL] Quiero hacer esto <script language="javascript">
function Alternar(Seccion){
if (Seccion.style.display=="none"){Seccion.style.disp lay=""}
else{Seccion.style.display="none"}
}
</script>
Pero con esta funcion.. getElementByID("La id").style.display = "block"; |