styleSheet Properties DHTML Object Properties
Sets or retrieves the URL of the linked stylesheet.
HTML |
N/A |
Script |
object.style.href [ = sURL ] |
sURL |
String specifying the URL. |
The property is read/write with no default value.
The property returns the URL if the stylesheet is a LINK. For inline STYLE sheets, the property returns null
.
styleSheet