JScript exec from BHO

From: christig (NOchristig_at_home.roSPAM)
Date: 05/14/04


Date: Sat, 15 May 2004 01:06:06 +0300

I'm using a BHO to access the DOM
on DISPID_NAVIGATECOMPLETE2 i scroll through
IWebBrowser2 frames and get access to every IHTMLWindow2..
then i call execScript..to disable some javascripts like window.status etc;
It works just fine.
The problem is that when user press Refresh old functions became available;
DISPID_NAVIGATECOMPLETE2 it's not called to apply again the hack;
What can be done?

10x
cg