IHTMLLinkElement::get_relIHTMLLinkElement::get_rel*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLLinkElement::put_rel
*Next Topic: IHTMLLinkElement::put_rev

IHTMLLinkElement::get_rel


HRESULT get_rel( 
    BSTR *p 
);

Retrieves the relationship(s) described by the hypertext link from the anchor to the target.

v
Address of a variable that receives the relationship(s). This parameter receives a comma-separated list of relationship values.

Values and their semantics will be registered by the HTML registration authority. The default relationship, if none other is given, is void. The rel property is used only when the href property is present.

See also put_rel

Up Top of Page


IHTMLLinkElement::put_rel


HRESULT put_rel(
    BSTR v 
);

Specifies the relationship(s) described by the hypertext link from the anchor to the target.

v
String specifying the relationship(s). This parameter is a comma-separated list of relationship values.

Values and their semantics will be registered by the HTML registration authority. The default relationship, if none other is given, is void. The rel property is used only when the href property is present.

See also get_rel


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