Not to spoil your joy and your great triumph but why do we still do this:
if (is.ie5 && is.platform=="win32" && this.elm.children.length>0)
this.elm.removeNode(true);
And not use the DOM (ie5 and NN6 supported) removeChild for all
browser/platform that supports it??
8an


_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Reply via email to