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

'scrollHeight' Syntax and Note

Note:

Read-only properties. 
    
Syntax:
    
document.all.getElementById("elementID").scrollHeight
document.all.elementID.scrollHeight // IE only
document.all.getElementById("elementID").scrollWidth
document.all.elementID.scrollWidth // IE only

    

      
      








Related examples in the same category

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