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