N. Hart wrote:

When I access the Webbrowser control in ActiveX and retrieve the
"Document" property, I get a valid OLE automation control. If I then
retrieve the "all" property from the Document, I get an OLE automation
control with no methods/properties.

If I do the same thing in IE I get a list of valid methods such as
"length()", "item(int i)" etc etc

Is this just a problem with the ActiveX bridge in Mozilla?

I don't know about the Mozilla Active-X control but in general Mozilla implements the W3C DOM and that doesn't define an all property for document objects.


--

        Martin Honnen
        http://JavaScript.FAQTs.com/

_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to