Re: How to get nsIWebBrowser interface from a component?
Pete Collins <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpcom |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Jacob Wong wrote: > Hi > > Is that possible to write a component and retrieve the nsIWebBrowser > interface? More or less like the BHO in IE. If component is not the > correct approach, anyone know is there a way to do it? Sure a component can implement any other component. nsIWebBrowser is accessable from js or C++. The world is your oyster in mozilla. ;-) --pete