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

'getElementById()' Syntax, Parameters and Note

Note:

Get the element by id.
    
Syntax:
    
document.getElementById(param1)

Parameters:
    param1   Required; the element's id value.

    

      
      








Related examples in the same category

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