In article <[EMAIL PROTECTED]>, David Olivari says... > >David wrote: > >> Hi, >> >> I'm writing a program that get the events from mozilla based browsers. >> >> I'm getting the running browser instance (nsIBrowserInstance), but I havn't >> succeeded using it. >> >> Is this the right way (getting the browser instance)? how do I continue from >> here? >> >> >> Thanks, >> David >> >> >> > > > >Hi, David > > >Could you be more precise about you want to do ? > >Regards >David >
I need to "catch" mozilla's events such as Back, Forward etc. I wrote a code that do this with Netscape 4.X . I subclass the browser window and I'm using the callback function to catch the events I need. This technique doesn't work with Mozilla, so I'm do it by getting the running browser instance and use this instance to get the events fires by the browser. Regards David
