This tool will expose to you DOM tree and all JavaScript objects in a document. You could create new web page, or edit existing one, or just access some URL and see (only for educational purposes) it source code. Or check, what pages will look like, if you change some styles and events handlers or move around some elements. You could also use this tool, if ASP, JSP or using any kind of JavaScript staff, like innerHTML or document.write, creates content of your page on a fly. Basically, it does not really matter how you gave you page content to a browser - did you encode it before, or you create it on a fly as you go, this tool will show DOM tree and allow you to do anything with it, or you could go through JavaScript objects tree, and again do whatever you want. |