IHTMLObjectElement::get_BaseHrefIHTMLObjectElement::get_BaseHref*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLObjectElement::get_code
*Next Topic: IHTMLObjectElement::put_type

IHTMLObjectElement::get_BaseHref


HRESULT get_BaseHref(
    BSTR *p 
);

Returns a string of the BASE href where the object tag can be found. This is often the base href of the document that the object is in, or the value set by a BASE tag.

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

The BASE tag is used to ensure that your document's relative links are associated with the proper document path.

<BASE HREF="http://www.sample.com/hello.htm">


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