insertData method
Inserts a new character string in the object at a specified offset.
Syntax
HRESULT retVal = object.insertData(offset, bstrstring);
Parameters
offset [in]
Type: longlong that specifies the offset from which to start.
bstrstring [in]
Type: BSTRBSTR that specifies the new character string.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Standards information
Remarks
IHTMLDOMTextNode2::insertData was introduced in Microsoft Internet Explorer 6