Microsoft SDK for Java

DhDocument.writeHTML

Writes a diagnostic snapshot dump of the DHTML code, as currently seen by the document host, to a file.

Syntax

public void writeHTML( IDataStream stream )

Parameters

stream

The IDataStream object to dump the contents to.

Remarks

This method writes the source of the generated DHTML code that is currently running to a data stream specified by the stream parameter. This is a developer diagnostic tool, not an end-user feature, and requires that the code be fully trusted.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.