|
<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UIAdv (Advanced User Interface module) > WebBrowser Control > WebBrowser_Doc2 Interface > WebBrowser_Doc2_SetElementAttributeById |
Description
Set the attribute value of the object indicated by its strId and sAttributeName
Syntax
WebBrowser_Doc2_SetElementAttributeById (hWnd, ctrlID, strId, sAttributeName, sAttributeValue)
Returns
None
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 |
sAttributeName |
String |
No |
Attribute name |
sAttributeValue |
String |
No |
Attribute value |
Remarks
Restrictions
See also
Examples