THtmlNode() > Html Node methods |
Inserts an HTML node before the current node.
:insertBefore( <oTHtmlNode> ) --> oTHtmlNode
Method :insertBefore() inserts a THtmlNode object at the same nesting level into the HTML tree. The inserted HTML node appears immediately before the self object. The return value is the previous HTML node.
http://www.xHarbour.com