I recently (yesterday) upgraded to the newest ver. of DHTML Builder. Having used it to create a toolbar and menu which remains hidden until the visibility criteria is set, I cannot get past an "object expected" error. The error comes when I call SetupToolbar();
No matter WHERE on the page I call it, from another function, from inline script, ect.. anytime I call it I get the "object expected" error.
Anyone have any ideas?
My visibility criteria is set as "return showClubInfoMenu == true;" I have a function which is called when an image is moused over to set the variable showClubInfoMenu = true. Then I call SetupToolbar(); This is the point in which the javascript error is generated. Any help would be greatly appriciated. Thanks in advance.