Contents Index Topic Contents | ||
Previous Topic: IHTMLAreaElement::get_onblur Next Topic: IHTMLAreaElement::get_pathname |
IHTMLAreaElement::get_onfocus
HRESULT get_onfocus( VARIANT *p );Retrieves the inline script associated with the onfocus event on the AREA element.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a VARIANT structure that contains the script.
IHTMLAreaElement::put_onfocus
HRESULT put_onfocus( VARIANT v );Sets the inline script associated with the onfocus 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_onfocus
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.