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.

Here's the VB code I'm using..

    Dim htmldoc As Object
    Set htmldoc = Browser1.document
    MsgBox Browser1.document.body.innerHTML

I've had a good read of the web pages and newsgroups and can't find what I'm
missing.

Can anyone help?



Reply via email to