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

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



'getAttribute()' Syntax, Parameters and Note

Note:

Returns the attribute.
    
Syntax:
    
objectName.getAttribute(param1, param2)
document.getElementById("elementID").getAttribute(param1, param2)
document.all.elementID.getAttribute(param1, param2// IE only

Parameters:
    param1   Required; the attribute's name.
    

      
      
Related examples in the same category
1.  'getAttribute()' Example
2.  'getAttribute()' 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.