I've started some work on the DOM table. Is there any reason that you can
think of that the setText ns6 code
(
                while (this.elm.hasChildNodes())
this.elm.removeChild(this.elm.firstChild);
                var r=this.elm.ownerDocument.createRange();
                r.selectNodeContents(this.elm);
                r.collapse(true);
                var df=r.createContextualFragment(sTmp);
                this.elm.appendChild(df);
)
doesn't work for me (no text is displayed)?

8an


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

Reply via email to