IHTMLStyleSheet::get_hrefIHTMLStyleSheet::get_href*
*



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.

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

Up Top of Page


IHTMLStyleSheet::put_href


HRESULT put_href(
    BSTR v 
);

Sets the URL of a linked styleSheet; that is, it is part of a LINK element.

v
String specifying the URL.

See also get_href


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.