replaceAdjacentText method
Replaces the text adjacent to the element.
Syntax
retVal = object.replaceAdjacentText(where, newText);
Parameters
- where [in]
-
Type: BSTR
A BSTR that specifies where to locate the replacement text, using one of the following values.
- newText [in]
-
Type: BSTR
A BSTR that specifies the replacement text.
Standards information
There are no standards that apply here.
See also
- Reference
- IHTMLElement2::applyElement
- IHTMLElement2::getAdjacentText
- IHTMLElement2::insertAdjacentElement
Show: