THtmlNode() > Html Attribute methods |
Returns the value of an HTML attribute.
:getAttribute( <cAttrName> ) --> cAttrValue|NIL
Method :getAttribute() returns the value of an HTML attribute as a character string, or NIL if the attribute is not present.
http://www.xHarbour.com