Provides a diagnostic snapshot dump of the Dynamic HTML (DHTML) code.
public void dumpDHTML( Object sender, Event e )
sender
The source of the event.
e
An Event object.
You can use this method as a convenient place to route click events when you want to do a diagnostic snapshot dump of the Dynamic HTML code as currently seen by the document host.
See Also dumpHTML()