On 9/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, I try to build the application on C++, which can get and modify > HTML content of the browser. Could you tell me, how I can get > interface nsIWebBrowser of existing browser and gain access to the > DOM. > I don't think Firefox (if that's what you're asking about) provides a way for other applications to poke at its DOM.
You can write an extension that pokes the DOM for you and talk to it from your external application via sockets, for example. Nickolay _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
