insertAdjacentHTML method of IHTMLElement interface.
insertAdjacentHTML
IHTMLElement
'Declaration Sub insertAdjacentHTML( _ ByVal where As System.String, _ ByVal html As System.String _ )
void insertAdjacentHTML( System.string where, System.string html )
An original IDL definition of insertAdjacentHTML method was the following: HRESULT insertAdjacentHTML (BSTR where, BSTR html);
HRESULT insertAdjacentHTML (BSTR where, BSTR html)
IHTMLElement Interface IHTMLElement Members