IHTMLWindow2::get_onblurIHTMLWindow2::get_onblur*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLWindow2::get_onbeforeunload
*Next Topic: IHTMLWindow2::get_onerror

IHTMLWindow2::get_onblur


HRESULT get_onblur(
    VARIANT *p 
);

Retrieves the inline script associated with the onblur event when the window element loses the focus.

For more information on inline script, see Attaching an Event Handler in the Event Model documentation.

p
Address of a string variable that contains the script.

See also put_onblur

Up Top of Page


IHTMLWindow2::put_onblur


HRESULT put_onblur(
    VARIANT v 
);

Sets the inline script associated with the onblur event when the window element loses the focus.

For more information on inline script, see Attaching an Event Handler in the Event Model documentation.

v
VARIANT structure that contains the script to be set.

See also get_onblur


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