Hi everyone. It's pretty clear that a BHO (Browser Helper Object) can be written using C++/ATL, but I was wondering:
1) Can a BHO be written entirely in Javascript (if yes, can you recommend links to examples or docs )
2) Can a BHO be written (mostly) in Java What I mean is, even if a little C++/ATL "glue" is required, could most of a BHO be written in Java The MSDN docs are focused on languages that Microsoft prefers, and I cannot find any references to extensions / plug-ins / add-ons / add-ins / BHOs written in Java.
Note that I am specifically interested in a BHO, meaning code which the user installs into the browser as an Add-On/Extension, and which can run as each web page is loaded. I'm not talking about an ActiveX-style control which is specifically loaded on request by the web page. Hope I've got the terminology right.
Thanks,
Eric