replaceAdjacentText
Method of dom/HTMLBaseElementdom/HTMLBaseElement
Syntax
var object = object.replaceAdjacentText(where, newText);
Parameters
where
- Data-type
- BSTR
A String that specifies where to locate the replacement text, using one of the following values.
newText
- Data-type
- BSTR
A String that specifies the replacement text.
Return Value
Returns an object of type DOM NodeDOM Node
String
A pointer to a String returning the old text.
Syntax
Standards information
There are no standards that apply here.
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]