[EMAIL PROTECTED] wrote:
tableElement = do_QueryInterface(helement, &rv);

All this does is ask whether helement is an nsIDOMHTMLTableElement. If it's not, you get null. This doesn't create anything.

If you need to create elements, use createElement on the document.

-Boris
_______________________________________________
dev-embedding mailing list
dev-embedding@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to