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
