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

'headers' Syntax and Note

Note:

Read and write property. 
Specifies a list of space-separated header cell identifiers. 
    
Syntax:
    
document.getElementById("elementID").headers = value
document.all.elementID.headers = value // IE only

    

      
      








Related examples in the same category

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