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.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of VARIANT structure that contains the script.
IHTMLAreaElement::put_onblur
HRESULT put_onblur( VARIANT v );Sets the inline script associated with the onblur event for the AREA element.
- Returns S_OK if successful, or an error value otherwise.
- v
- VARIANT structure that contains the script to set.
See also get_onblur
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.