-Stu-
10-24-2005, 10:57 AM
Hi all,
Making a mess of this, simple problem... Help!! :o
function MakeVis(MenuID) {
alert(MenuID);
document.write(MenuID)
document.all.MenuID.style.visibility="visible";
}
document.write(MenuID) produces the text "Menu1"
Now I know MenuID is a variable and I want to reflect this in the document.all line but Its just not happening. What am I doing wrong?
Making a mess of this, simple problem... Help!! :o
function MakeVis(MenuID) {
alert(MenuID);
document.write(MenuID)
document.all.MenuID.style.visibility="visible";
}
document.write(MenuID) produces the text "Menu1"
Now I know MenuID is a variable and I want to reflect this in the document.all line but Its just not happening. What am I doing wrong?