I'm trying to write an automation routine against a third party web application that is using AJAX technologies to draw the UI. Will mshtml allow me to get the DOM that is actually running in the browser as opposed to the DOM of the HTML that orginally came down the pipe? Thanks, Paul
"Paul D. Murphy" wrote in message news:F5EB21E5-0ED5-49EC-A90B-AFE160653627@microsoft.com > I'm trying to write an automation routine against a third party web > application that is using AJAX technologies to draw the UI. Will > mshtml allow me to get the DOM that is actually running in the > browser as opposed to the DOM of the HTML that orginally came down > the pipe? Yes, the DOM exposed by MSHTML is the actual DOM rendered in the browser, reflecting all scripted modifications. -- With best wishes, Igor Tandetnik With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead. -- RFC 1925