Displaying 1 result from an estimated 1 matches for "panel_body".
2006 Feb 22
2
''this.initialize'' is null or not an object
...el.parentNode.id + "_body";
thisBody = $(thisBodyId);
if (!Element.visible(thisBody)) {
panels =
el.parentNode.parentNode.getElementsByTagName(''div'');
var elup;
for (i = 0; i < panels.length; i++) {
if (panels[i].className == ''panel_body'') {
if (panels[i] != thisBody) {
if (Element.visible(panels[i])) {
elup = panels[i];
}
}
}
}
if (elup) {
// the next command is where the
javascript errors (but it still works)...