Set the outer HTML of an HTML5 Element.
CSS3 Selector of the element to set its outer 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 outer HTML of an HTML5 Element.
CSS3 Selector of the element to set its outer 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("OuterHTML", , WebKitX1.GetOuterHTML(Selector)) If s <> "" Then WebKitX1.SetOuterHTML Selector, s End If