The DOMRemove function removes an existing DOM element.
Syntax | |||||
DOMRemove(ByVal ElementID As String) | |||||
Return value | |||||
Type |
Description | ||||
Long |
0 if successful | ||||
Parameter | |||||
Use |
Name |
Type |
Passing |
Description | |
Required |
ElementID |
String |
ByVal |
The identifier of the item to be removed | |
Example:
An existing element with the ID LB is removed.
Client.WebClient.DOMRemove("LB")