IHTMLAnchorElement::get_onfocusIHTMLAnchorElement::get_onfocus*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLAnchorElement::get_onblur
*Next Topic: IHTMLAnchorElement::get_pathname

IHTMLAnchorElement::get_onfocus


HRESULT get_onfocus(
    VARIANT *p
);

Retrieves the inline script associated with the onfocus event on the A object.

p
Address of a VARIANT structure that contains the script.

Up Top of Page


IHTMLAnchorElement::put_onfocus


HRESULT put_onfocus(
    VARIANT v
);

Sets the inline script associated with the onfocus event on the A element.

v
VARIANT structure that contains the script to be set.


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