Contents Index Topic Contents | ||
Previous Topic: IHTMLStyleSheet::get_disabled Next Topic: IHTMLStyleSheet::get_id |
IHTMLStyleSheet::get_href
HRESULT get_href( BSTR *p );Retrieves the URL of a linked style sheet.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string that receives the URL. If the style sheet is a STYLE element, this parameter receives NULL.
See also put_href
IHTMLStyleSheet::put_href
HRESULT put_href( BSTR v );Sets the URL of a linked styleSheet; that is, it is part of a LINK element.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the URL.
See also get_href
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.