yikes! well if you ever come across such an example please post it here, i think i might have an inkling of what your saying- load the control with a blank page and make changes to the Document object, or by using javascript in the in one page to write HTML into the other? (document.write or something?) this isn't well charted territory for me- but alas nothing ever is until you have to do something weird like this. i'll do some research. thanks very much for your help!

jason

Michael LaMontagne wrote:
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