Pertanyaan 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?

Semua Balasan

  • 01 Mei 2012 7:57
     
     
    How about document.parentWindow.execScript?

    NEU_ShieldEdge

  • 11 Mei 2012 18:31
     
     
    How are you modifying the DOM?