Bugs #407346, was updated on 2001-03-09 09:41 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105757&aid=407346&group_id=5757 Category: Core API Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous Assigned to: Nobody/Anonymous Summary: syntax error in dynlayer.js Initial Comment: in dynlayer.js line 263 DynLayer.prototype.getInnerHTML=function() ends prematurely DynLayer.prototype.getInnerHTML=function() { var s=""; if (this.html!=null) s+=this.html; for (var i=0;i<this.children.length;i++) s+=this.getOuterHTML(this.children[i]); return s; }; if (is.ns4) { the if/else block is not nested within the function. where is it suppose to go example return s; < should I move if/else block here? > }; ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105757&aid=407346&group_id=5757 _______________________________________________ Dynapi-Dev mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-dev
