ieaddon

Call BHO from Javascript function

懵懂的女人 提交于 2019-11-28 10:38:01
Greetings, I am new to MSDN/Windows programming/MFC/IE extension development environment. I am looking to port my Firefox and Chrome addon into an IE addon. I have been successful to a good extent in creating a BHO and have been able to inject my code into every IE window as noted here - http://msdn.microsoft.com/en-us/library/bb250489%28v=vs.85%29.aspx I am only stuck with the issue of being able to call the BHO function from javascript. Just need help in being able to call window.HelloWorld.StoreInfo() from javascript. Please see my code snippet below. My javascript recognizes window

Call BHO from Javascript function

江枫思渺然 提交于 2019-11-27 03:42:07
问题 Greetings, I am new to MSDN/Windows programming/MFC/IE extension development environment. I am looking to port my Firefox and Chrome addon into an IE addon. I have been successful to a good extent in creating a BHO and have been able to inject my code into every IE window as noted here - http://msdn.microsoft.com/en-us/library/bb250489%28v=vs.85%29.aspx I am only stuck with the issue of being able to call the BHO function from javascript. Just need help in being able to call window.HelloWorld