Hey all, Does anyone know where I can find a tool that will do the equivalent of showing me the page source after dom changes have been made? If I click on view source in my browser, I get the original html code and not the updated ajax changes. Any help would be appreciated. Best, Robert M. Cavezza
http://www.cheztabor.com/IEDocMon/index.htm I think this tool - will meet my needs, but I do most of my programming in firefox. Any extra tools would be appreciated.
if You use firefox then firebug is a perfect tool for this purpose (and it can do a lot more) it shows actively changes made to DOM in time of browsing and allow easly make a changes in the fly, executing extra javascript from firebug console, tracking ajax request, ect... -- Mariush