Call BHO from Javascript function
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