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

Home
JavaScript Reference
1.Event Handlers Reference
2.Javascript Collections
3.Javascript Methods
4.Javascript Objects
5.Javascript Properties
JavaScript Reference » Javascript Methods » applyElement 




'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
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.