dhtmlmon
cheztabor
Last Updated September 1, 2001
Install
|
Use
|
Source
|
Download
|
Changes
|
License
|
Contact
This tool monitors dhtml events.
Install
- Download and double-click setup.exe.
- Restart Windows when the setup is complete.
Use
- Create an instance of dhtmlon.docmon at global scope in your document, and
set its document property. In JScript, this sould be:
<script language="JScript" type="text/jscript">
var docmon = new ActiveXObject("dhtmlmon.docmon");
docmon.document = document;
</script>
- Open the page in a browser.
- Check one or several elements in the treeview.
- Exercise the html page.
Select 'htmlmon help' from the Help menu for additional instructions.
Source
source.zip is a Microsoft Visual C++ 6.0 project build with the Platform SDK and
WTL 3.1.
Download
setup.exe (108k)
source.zip (49k)
Changes
September 1, 2001
License
Copyright© 2001 Tim Tabor. All rights reserved. No warrantees extended.
Contact
Please report bugs and feature requests to me.
Enjoy.
Tim Tabor