.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


DocumentElement property
Example

Read-only. Allows direct access to the child node that is the root element of the document.

Defined in

NotesDOMDocumentNode

Data type

NotesDOMElementNode

Syntax

To get: Set notesDOMElementNode = notesDOMElementNode.DocumentElement

Usage

Returns the element with the tagName "HTML" for HTML documents.

Example