IHTMLBodyElement::get_aLinkIHTMLBodyElement::get_aLink*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLBodyElement::put_aLink
*Next Topic: IHTMLBodyElement::put_onload

IHTMLBodyElement::get_aLink


HRESULT get_aLink(
    VARIANT *p
);

Retrieves the color used for the active link.

p
Address of a VARIANT structure that receives the color. Can be one of the color names or values given in the Color Table reference documentation.

See also put_aLink

Up Top of Page


IHTMLBodyElement::put_aLink


HRESULT put_aLink(
    VARIANT v
);

Sets the color for the active link.

v
VARIANT structure containing either a string or value specifying the color. Can be one of the color names or values given in the Color Table reference documentation.

See also get_aLink


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