'appendData()' Syntax, Parameters and Note : appendData : Javascript Methods : JavaScript Reference examples (example source code) Organized by topic

JavaScript Reference
C++
PHP


JavaScript Reference  »  Javascript Methods   » [  appendData  ]   
 



'appendData()' Syntax, Parameters and Note

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.

    

      
      
Related examples in the same category
1.  'appendData()' Example
2.  'appendData()' is applied to
























Home| Contact Us
Copyright 2003 - 07 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.