LOTUSSCRIPT/COM/OLE CLASSES


GetAttribute method
Example

Retrieves an attribute value by name.

Defined in

NotesDOMElementNode

Syntax

attr$ = notesDOMElementNode.GetAttribute( attributeName )

Parameters

attributeName


Return value

attr$


Usage

Returns an empty string if that attribute does not have a specified or default value.

Example