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.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that contains the script.
See also put_onblur
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.
- Returns S_OK if successful, or an error value otherwise.
- v
- VARIANT structure that contains the script to be set.
See also get_onblur
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.