views:

397

answers:

2

I am writing a Browser Helper Object for ie7, and I need to detect DOM modification (i.e. via AJAX). So far I couldn't find any feasible solution.

A: 

The best thing I could recommend is the Internet Explorer Developer Toolbar which allow you to view changes in the DOM.

GateKiller
+2  A: 

You want to use IMarkupContainer2::CreateChangeLog.