Replaces a specified range of characters in the object with a new character string.
dhtml语法
object.replaceData(nOffset, nCount, sString)
Parameters
nOffset |
Required.
Integerthat specifies the offset from which to start. |
nCount |
Required.
Integerthat specifies the number of characters to replace. |
sString |
Required.
Stringthat specifies the new character string. |
Return Value
No return value.
Remarks
If the sum of the nOffset
and nCount
parameters exceeds the number of characters in the object, then all the characters to the end of the data are replaced.
是否符合公共标准
This method is defined in
World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 .
Applies To