THtmlNode() > Html Attribute methods xHarbour Developers Network  

oTHtmlNode:delAttribute()

Deletes an HTML attribute.

Syntax

:delAttribute( <cAttrName> ) --> lSuccess

Arguments

<cAttrName>
This is a character string holding the name of the attribute to delete. It is case insensitive.

Description

Method :delAttribute() removes a single HTML attribute from the THtmlNode object and returns a logical value indicating success of the operation. If the attribute was not set, the return value is .F. (false).


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe