DHTML Methods
Writes a string of text to the document stream.
document.write ( "sText" )
sText |
Required. String specifying the text and/or HTML tags to be parsed into the document structure. |
No return value.
This method writes one or more HTML expressions to a document in the specified window. The text is parsed into the document's structure model.
Note that document.write in intrinsic event handlers create and write to a new document rather than modifying the current one.
document