IHTMLAnchorElement::get_onblurIHTMLAnchorElement::get_onblur*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLAnchorElement::get_nameProp
*Next Topic: IHTMLAnchorElement::get_onfocus

IHTMLAnchorElement::get_onblur


HRESULT get_onblur(
    VARIANT *p
);

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

p
Address of a VARIANT structure that contains the script.

Up Top of Page


IHTMLAnchorElement::put_onblur


HRESULT put_onblur(
    VARIANT v
);

Sets the inline script associated with the onblur 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.