getElementById {Html}
R Documentation
get html element by its id
Description
Usage
getElementById
(
doc
,
id
);
Arguments
doc
[as
HtmlElement
]
id
[as string]
Details
Authors
webKit
Value
this function returns data object of type
HtmlElement
.
clr value class
HtmlElement
Examples
[Package
Html
version 1.0.0.0
Index
]