Andrew Mason wrote: > I'm trying to get the raw HTML from a loaded web page. > With an IE control it works fine, but with the MOZCTL.DLL I get: > Run-time error -2147319779 (8002801d) > Automation Error > Library not registered. The Mozilla control only implements a subset of the IE DOM. The innerHTML attribute is unimplemented at the moment. I have some patches to improve the DOM support but I don't know when they will be integrated.
