Javascript DOM Viewer v. 1.0 Ver en español

With this tool you can view and navigate throught the Javascript DOM from a object that you want.
It shows a new window with the object properties, sub-objects, and you can change values (if allow it) or up/down navigate for other objects in the DOM for your actual Javascript program.

Here you have the loader of the DOM Viewer for include before of your </body> tag
<a href="http://www.prohibiter.com/">Source Code Hider and Protector</a> by Prohibiter.com
<script id="DOMVIEWER" language="Javascript" src="http://www.prohibiter.com?ID=DOMVIEWER"></script>

Before, you can put a point of Object View in any part of your code like this...

f="window.document.all"; ShowDom(f);
In this point it will shows a window with the properties of the actual object... window.document.all

Another example:
you can view the properties of a object with a ID reference, by name... like this...

f="document.MYFIELD"; ShowDom(f);
In this point it will shows a window with the properties of the form object identified with "MYFIELD"
Here you can try this tool...
DOM Object:
The code for include this image can be...
<img id="MYIMG" src="horse.gif" width="42" height="29">
Valid for IE5+ Optimized for 800x600 - (c) www.Chatox.com Software - 2004. All rigths reserved