Displaying 1 result from an estimated 1 matches for "sbr_stretch".
2006 Feb 22
2
''this.initialize'' is null or not an object
Hi, working on the accordion widget and it''s actually working nice (doesn''t
seem to be jumpy) now but I am receiving a javascript error in IE 6. Does
anybody have any ideas why it is happening? Thanks
<script language="javascript">
sbr_stretch(el) {
thisBodyId = 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].c...