First of all many many thanks for your ffactivex plugin. I have download the plugin source code and created a new plugin dll and hosted. Everything works well.
I am creating an application for web scanning. I am able to call all methods and properties from JavaScript to ActiveX control from Firefox browser. But i am unable to invoke events from ActiveX to JavaScript.
Please find the part of my .Net ActiveX code below which i have implemented to handle the events. This is working well with IE browser. Could you please help me to resolve this issue?
--
You received this message because you are subscribed to the Google Groups "ff-activex-host" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ff-activex-ho...@googlegroups.com.
To post to this group, send email to ff-acti...@googlegroups.com.
Visit this group at http://groups.google.com/group/ff-activex-host.
For more options, visit https://groups.google.com/groups/opt_out.
Thanks a lot for your prompt reply. Now everything is working fine. I have done little changes on my event name. I have remove "event_" from my event name. I am placing my modified code below. It may useful to other people who are all finding the same kind of issues. Once again thank you very much for your wonderful plugin.
--
--