IHTMLAreaElement::get_onblurIHTMLAreaElement::get_onblur*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLAreaElement::get_noHref
*Next Topic: IHTMLAreaElement::get_onfocus

IHTMLAreaElement::get_onblur


HRESULT get_onblur(
    VARIANT *p
);

Retrieves the inline script associated with the onblur event on the AREA element.

p
Address of VARIANT structure that contains the script.

Up Top of Page


IHTMLAreaElement::put_onblur


HRESULT put_onblur(
    VARIANT v
);

Sets the inline script associated with the onblur event for the AREA element.

v
VARIANT structure that contains the script to set.

See also get_onblur


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