BHO not updating DOM
-
27 April 2012 6:33
I change the DOM via a BHO, but the changes aren't appearing in IE. Running the debugger, I see that the myElement->get_InnerHTML function returns the expected value (updated DOM), but this is not reflected in IE. IE shows the same thing, as if the BHO was disabled. Is there some sort of flush command I am missing?