IHTMLAnchorElement::get_urnIHTMLAnchorElement::get_urn*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLAnchorElement::get_target
*Next Topic: IHTMLAnchorElement::put_accessKey

IHTMLAnchorElement::get_urn


HRESULT get_urn(
    BSTR *p
);

Retrieves a uniform resource name (URN) for a target document. The format of URNs is under discussion (1994) by various working groups of the Internet Engineering Task Force.

p
Address of a string variable that receives the uniform resource name.

Up Top of Page


IHTMLAnchorElement::put_urn


HRESULT put_urn(
    BSTR v
);

Sets a uniform resource name (URN) for a target document. The format of URNs is under discussion (1994) by various working groups of the Internet Engineering Task Force.

v
String value specifying the uniform resource name.


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