go
Expand Minimize
0 out of 4 rated this helpful - Rate this topic

appendData method

Adds a new character string to the end of the object.

Document Object Model (DOM) Level 3 Core Specification, Section 1.4

Syntax

object.appendData(bstrstring)

Parameters

bstrstring [in]

Type: BSTR

String that specifies the new character string.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Standards information

Remarks

appendData was introduced in Microsoft Internet Explorer 6

See also

comment
TextNode

 

 

Send comments about this topic to Microsoft

Build date: 11/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.