I'm having a problem with a script I'm writing. It's designed to expan
a menu using the div tag and some scripting. Basically, there's
division for the "upper level" menus and a division for the men
options below them. the script is designed to simply toggle th
"display" property from "block" to "none" everytime the user clicks o
a supermenu. all i get, though, is an error on the page. here's wha
i've pared it down to:
var Temp = document.all[("s"+divNum)];
Temp.style["display"] = "block";
where the division I'm trying to open has an id value of "s0" and
call the function using javascript:open Menu(0).
so as it stands all the script does is open the submenu once, but if
can get that to work the rest will be cake. does anyone know how t
make this work?
p.s. sorry for the capitalization, the shift key on this keyboar
doesn't work very well >_
MrKillingto
-----------------------------------------------------------------------
Posted via http://www.forum4designers.co
-----------------------------------------------------------------------
View this thread: http://www.forum4designers.com/message39368.htm
Comment