'object' Syntax and Note : object « Javascript Properties « JavaScript Reference





'object' Syntax and Note

Note:

Read-only property. 
Returns the object contained by the element.
    
Syntax:
    
document.getElementById("elementID").object
document.all.elementID.object // IE only

    

      
      










Related examples in the same category

1.'object' Example
2.'object' is applied to