HEAD.profile (Property)

The profile property of the current document's <HEAD> block.

Availability:

DOM level - 1
JavaScript - 1.5
JScript - 5.0
Internet Explorer - 5.0
Netscape - 6.0
Property/method value type:String primitive
JavaScript syntax:-myHEAD.profile
HTML syntax:<HEAD PROFILE="...">

This value should contain the value of the PROFILE attribute of the document's <HEAD> block. The PROFILE value is a means of sharing meta data profiles between many documents. It's very like an include file for meta information, but does not get used very much. This property should contain a URL value for a shared meta-data profile.

It might be useful to be able to access the internals of this file, but the property only yields the URL that reaches the file on the server or local file system.

See also:HEAD object