Javascript Methods JavaScript Reference

Note:
Appends a character string to the end.
    
Syntax:
    
textNodeName.appendData(param1) // IE only
document.getElementById("commentID").appendData(param1)
document.all.commentID.appendData(param1) // IE only
Parameters:
    param1   Required; the new character string.