Hi Jason,

The Mozilla ActiveX Control that I've been using implements many of the HTML 
and XML methods and properties available with the Microsoft web browser 
control. You can use them by casting the Document object of the Moz ActiveX to 
the various IHTMLDocument interfaces in the mshtml library. Unfortunately this 
is all underdocumented and requires an exquisite knowledge of the XML DOM, 
HTML, and JavaScript to make sense of, but there is probably an example that 
does exactly what you want somewhere on the web (I use mostly C# so I don't 
have any VB handy to send you, although most of the examples available do seem 
to be in VB6 or similar). Look for mshtml and microsoft webbrowser examples, 
then apply them to the Mozilla ActiveX. You may need to load a blank document 
first, then change it.

Hope this helps.


Michael LaMontagne
Intellitecture _______________________________________________
mozilla-embedding mailing list
mozilla-embedding@mozilla.org
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to