Contents Index Topic Contents | ||
Previous Topic: IHTMLFrameSetElement::put_onload Next Topic: IHTMLFrameSetElement::put_onunload |
ITMLFrameSetElement::get_onload
HRESULT get_onload( VARIANT *p );Retrieves the inline script associated with the onload event before a FRAME element is loaded.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a VARIANT structure that receives the script.
See also put_onload
IHTMLFrameSetElement::put_onload
HRESULT put_onload( VARIANT v );Sets the inline script associated with the onload event before a FRAME element is loaded.
- Returns S_OK if successful, or an error value otherwise.
- v
- VARIANT structure that contains the script to be set.
See also get_onload
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.