Handle DOM event in NPAPI plugin
Sue <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.plugins |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <98c9afa1-ab43-4acd-b3be-f357b5f07f7d@l14g2000pro.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.