handle DOM event in NPAPI plugin
Sue <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.plugins |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <8c7530eb-bbba-4b6f-8737-985153543729@y13g2000prb.googlegroups.com> |
Hi, I am a mozilla newbie and a windows developer. I wrote a NPAPI plugin and I need to catch and handle the DOM event, such as BeforeNavigate2, DownloadComplete event. Similar to providing handlers to the windows WebBrowserEvents2. I also need an FF web browser control to navigate to some URL. Can someone tell me how to do this in NPAPI plugin? Thanks.