WriteDocument

[method icon] WriteDocument(sDoc$)

Open a page and write the document contained in the string argument and display the page

sDoc$ String

Applies to: HTML

Introduced in KCML version 7.03


>WriteDocument

WriteDocument

This method allows you to write a complete HTML web page for the document to render. It combines the HTML Open, Write and Close methods to create and display a document with one method call. In most cases this method is preferred to the Write method.

See also

HTML methods, properties and events.