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

'ownerDocument' Syntax and Note

Note:

Read-only property. 
Returns an owner.
    
Syntax:
    
document.getElementById("elementID").ownerDocument
document.all.elementID.ownerDocument // IE only

    

      
      








Related examples in the same category

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