<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UIAdv (Advanced User Interface module) > WebBrowser Control > WebBrowser_Doc2 Interface > WebBrowser_Doc2_SetElementInnerHtmlById |
Description
Set the HTML between the start and end tags of the object indicated by its ID
Syntax
n = WebBrowser_Doc2_SetElementInnerHtmlById (hWnd, ctrlID, strId, strHtml)
Returns
Number
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 |
strHtml |
String |
No |
The html text to set |
Remarks
Restrictions
See also
Examples