IHTMLBaseElement::get_hrefIHTMLBaseElement::get_href*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLBaseElement
*Next Topic: IHTMLBaseElement::get_target

IHTMLBaseElement::get_href


HRESULT get_href(
    BSTR *p
);

Retrieves the document's full URL in case the document gets read out of context and the reader wants to refer to the original.

p
Address of a string variable that receives the base URL.

See also put_href

Up Top of Page


IHTMLBaseElement::put_href


HRESULT put_href(
    BSTR v
);

Sets the document's full URL in case the document gets read out of context and the reader wants to refer to the original.

v
String specifying the base URL.

See also get_href


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