Contents Index Topic Contents | ||
Previous Topic: IHTMLScriptElement::put_defer Next Topic: IHTMLScriptElement::get_readyState |
IHTMLScriptElement::get_defer
HRESULT get_defer( VARIANT_BOOL *p );Retrieves the Boolean value indicating whether this script's execution is deferred until the document completes loading.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives TRUE if the script execution is deferred, or FALSE if not.
See also put_defer
IHTMLScriptElement::put_defer
HRESULT put_defer( VARIANT_BOOL v );Sets the Boolean value indicating whether this script's execution is deferred until the document completes loading.
- Returns S_OK if successful, or an error value otherwise.
- v
- Boolean value specifying whether the script's execution is deferred until after the document has completed loading. If TRUE, the script execution is deferred; otherwise, the script will execute.
See also get_defer
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.