Set the inner HTML of an HTML5 Element.
CSS3 Selector of the element to set its inner HTML5 markup.
If you are unfamiliar with CSS3 Selectors have a look in Finding the correct CSS3 Selector article.
The HTML5 markup to set.
Set the inner HTML of an HTML5 Element.
CSS3 Selector of the element to set its inner HTML5 markup.
If you are unfamiliar with CSS3 Selectors have a look in Finding the correct CSS3 Selector article.
The HTML5 markup to set.
s = InputBox("InnerHTML", , WebKitX1.GetInnerHTML(Selector)) If s <> "" Then WebKitX1.SetInnerHTML Selector, s End If