WebBrowser_Doc2_GetElementAttributeById

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UIAdv (Advanced User Interface module) > WebBrowser Control > WebBrowser_Doc2 Interface >

WebBrowser_Doc2_GetElementAttributeById

 

Description

 

Retrieves the attribute value of the object indicated by its strId.

 

Syntax

 

s = WebBrowser_Doc2_GetElementAttributeById (hWnd, ctrlID, strId, sAttributeName)

 

Returns

 

A string

 

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

 

Remarks

 

Restrictions

 

See also

 

Examples