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

JavaScript Reference
C++
PHP
JavaScript Reference Home »  Javascript Methods   » [  appendChild  ]   
 



'appendChild()' Syntax, Parameters and Note

Note:

Appends a child element to the HTML element.
    
Syntax:
    
attributeName.appendChild(param1// IE only
document.getElementById("elementID").appendChild(param1)
document.all.elementID.appendChild(param1// IE only


Parameters:
    param1   Required; the element to append.

    

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
























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