IHTMLAnchorElement::get_pathnameIHTMLAnchorElement::get_pathname*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLAnchorElement::get_onfocus
*Next Topic: IHTMLAnchorElement::get_port

IHTMLAnchorElement::get_pathname


HRESULT get_pathname(
    BSTR *p
);

Retrieves the file or object path from the URL for the current browser location.

p
Address of a string variable that receives the path.

Up Top of Page


IHTMLAnchorElement::put_pathname


HRESULT put_pathname(
    BSTR v
);

Sets the file or object path of the URL.

v
String value specifying the path.


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