THtmlNode() > Html Node methods xHarbour Developers Network  

oTHtmlNode:insertAfter()

Inserts an HTML node after the current node.

Syntax

:insertAfter( <oTHtmlNode> ) --> oTHtmlNode

Arguments

<oTHtmlNode>
This ia a THtmlNode object to insert into the HTML tree after the current HTML node.

Description

Method :insertAfter() inserts a THtmlNode object at the same nesting level into the HTML tree. The inserted HTML node appears immediately after the self object.


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