It has nothing to do with imperfection it just works.
To free a DIV in object in IE(and NN6) do the following
obj = this.parent.elm.removeChild(this.elm);
delete obj;

In the same breath why do we do this
if (is.ie5 && is.platform=="win32" && this.elm.children.length>0)
The removeChild always works!
8an

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

Reply via email to