Contents Index Topic Contents | ||
Previous Topic: IHTMLImgElement::put_onabort Next Topic: IHTMLImgElement::put_name |
IHTMLImgElement::get_onabort
HRESULT get_onabort( VARIANT *p );Retrieves the inline script associated with the onabort event for an IMG element. The onabort event occurs when the user aborts the download of the image.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a VARIANT structure that receives the script.
See also put_onabort
IHTMLImgElement::put_onabort
HRESULT put_onabort( VARIANT v );Sets the inline script associated with the onabort event for an IMG element. The onabort event occurs when the user aborts the download of the image.
- Returns S_OK if successful, or an error value otherwise.
- v
- VARIANT structure that contains the new script.
See also get_onabort
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.