I'm working on IE toolbar add-on and wondering if it's possible to access toolbar object from javascript.
I've BHO object and managed to access it in javascript but could not invoke its method from the js. I'm trying to enable and disable the toolbar menus item from javascript.
Any ideas?