Stop DOM Modification is Embebed Mozilla Browser
"mica" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <1146249083.868596.241050__27346.5461716571$1146249338$gmane$org@i40g2000cwc.googlegroups.com> |
Hello, I am Micael Gallego: I am writting an software that inspect the DOM document of the loaded page. In some situations, the DOM document can change while I am inspect them. For example, a javascript function that execute some code in some moment (maybe a timer) and change the DOM page. I want to stop for a moment any DOM modification, to inspect the loaded DOM. And later, allow normal behaviour of the browser (executing javascript, etc....) has somebody any ideas to do these??? Thanks in advance