META.httpEquiv (Property)

The contents of the HTTP-EQUIV="..." HTML tag attribute belonging to the <META> tag that the object represents.

Availability:

DOM level - 1
JavaScript - 1.5
JScript - 3.0
Internet Explorer - 4.0
Netscape - 6.0
Property/method value type:String primitive
JavaScript syntax:-myMETA.httpEquiv

This property will also reflect the value of the NAME-="..." HTML tag attribute if that was used in preference to the HTTP-EQUIV="..." HTML tag attribute. However only one or the other may be present in the <META> tag in the document source.

This property is used in conjunction with the content property to construct a name-value pair.

See also:META.content