IHTMLScriptElement::get_deferIHTMLScriptElement::get_defer*
*



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.

p
Address of a variable that receives TRUE if the script execution is deferred, or FALSE if not.

See also put_defer

Up Top of Page


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.

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.