'applyElement()' Syntax, Parameters and Note : applyElement « Javascript Methods « JavaScript Reference

'applyElement()' Syntax, Parameters and Note

Note:

Adds a new element as the parent or the child.
    
Syntax:
    
document.all.elementID.applyElement(param1, param2)


Parameters:
    param1   Required; the new element to insert.
    param2   Optional; outside (the default; the element is the 
                                parent of the specified element) 
                       inside  (the element is the child of the specified element).

    

      
      








Related examples in the same category

1.'applyElement()' Example
2.'applyElement()' is applied to