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

'httpEquiv' Syntax and Note

Note:

Read and write property. 
Specifies the binding of <meta> content to an HTTP response header. 
    
Syntax:
    
document.getElementById("metaID").httpEquiv = value
document.all.metaID.httpEquiv = value // IE only

    

      
      








Related examples in the same category

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