'label' Syntax and Note : label : Javascript Properties : JavaScript Reference examples (example source code) Organized by topic

JavaScript Reference
C++
PHP
JavaScript Reference Home »  Javascript Properties   » [  label  ]   
 



'label' Syntax and Note

Note:

Read and write property. 
For the <optgroup>,         helps group list items in a <select> element. 
For the <option>,           used to record additional information regarding 
                            the element.
    
Syntax:
    
document.getElementById("elementID").label = value
document.all.elementID.label = value // IE only

    

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