LOTUSSCRIPT/COM/OLE CLASSES
Retrieves an attribute value by name.
Defined in
NotesDOMElementNode
Syntax
attr$ = notesDOMElementNode.GetAttribute( attributeName )
Parameters
attributeName
attr$
Returns an empty string if that attribute does not have a specified or default value.
Example