'getElementById()' Syntax, Parameters and Note : getElementById : Javascript Methods : JavaScript Reference examples (example source code) Organized by topic

JavaScript Reference
C++
PHP
JavaScript Reference Home »  Javascript Methods   » [  getElementById  ]   
 



'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
























Home| Contact Us
Copyright 2003 - 04 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.