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