StyleSheet.id (Property)

The value of the ID="..." HTML tag attribute.

Availability:

JScript - 5.0
Internet Explorer - 5.0
Property/method value type:String primitive
JavaScript syntax:IEmyStyleSheet.id
HTML syntax:<LINK ID="anIDValue"> <STYLE ID="anIDValue">
Argument list:anIDValueA unique ID value within the document

This property is initially defined by the ID="..." HTML tag attribute of the <LINK> or <STYLE> tag that instantiates the styleSheet object.

Property attributes:

ReadOnly.