Removes a specified range of characters from the object.
dhtml语法
object.deleteData(nOffset, nCount)
Parameters
nOffset |
Required.
Integerthat specifies the offset from which to start. |
nCount |
Required.
Integerthat specifies the number of characters to remove. |
Return Value
No return value.
是否符合公共标准
This method is defined in
World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 .
Applies To