Sets or retrieves the URL of the linked style sheet.
Syntax
HTML N/A Scripting object.style.href [ = sURL ]
Possible Values
sURL String that specifies the URL. The property is read/write with no default value.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see Dynamic Properties.
Remarks
The property returns the URL if the style sheet is a LINK. If the style sheet is a STYLE, the property returns null.
Applies To
HTML N/A Scripting styleSheet