Sets an attribute value of an HTML5 Element.
CSS3 Selector of the element to set its attribute.
If you are unfamiliar with CSS3 Selectors have a look in Finding the correct CSS3 Selector article.
The attribute name to set.
The attribute value to set.
Sets an attribute value of an HTML5 Element.
CSS3 Selector of the element to set its attribute.
If you are unfamiliar with CSS3 Selectors have a look in Finding the correct CSS3 Selector article.
The attribute name to set.
The attribute value to set.
s = InputBox("Set Class", , WebKitX1.GetAttribute(Selector, "class")) If s <> "" Then WebKitX1.SetAttribute Selector, "class", s End If