Hi

i am implementing a plugin for firefox. a still have done it with activeX
for IE, but know i
prefere to implment same functionnalty also for firefox.

i like to fire a event, and pass it to my javascript included into the htlm
page,
how should i do it ?



#include "nsISupports.idl"

[scriptable, uuid(..

interface nsIWebaddon3D : nsISupports {
 ...


--> i like this implementation in html page

<script for=Webaddon3D event=MyEvent(arg1,arg2,arg3)>
 <!-- {
 ... do something
 -->
</script>


/Adegli



_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom

Reply via email to