<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UIAdv (Advanced User Interface module) > WebBrowser Control > WebBrowser_Doc2 Interface > WebBrowser_Doc2_GetElementInnerHtmlById |
Description
Retrieves the HTML between the start and end tags of the object indicated by its ID
Syntax
s = WebBrowser_Doc2_GetElementInnerHtmlById (hWnd, ctrlID, strId)
Returns
A string containing the HTML text
Parameters
Name |
Type |
Optional |
Meaning |
hWnd |
Number |
No |
Handle of the dialog containing the control |
ctrlID |
Number |
No |
Control identifier |
strId |
String |
No |
The value of the ID attribute present in tag |
Remarks
Restrictions
See also
Examples