CharacterData.ReplaceData Method |
Replace the specified number of characters starting at the specified offset with the specified string.
[VBScript] Public Sub ReplaceData( _ ByVal offset As Integer, _ ByVal count As Integer, _ ByVal data As String _ )
[JScript] public function ReplaceData( offset : int, count : int, data : String );
CharacterData Object | CharacterData Members | DOM Namespace