DeferDefer*
*



Contents  *



Index  *Topic Contents
*Previous Topic: defaultValue
*Next Topic: defer

defer

Description

Indicates to the browser that there is no code in the script that needs to be executed when the page is initially loaded.

Syntax

bDeferred = object.defer

Remarks

Using the attribute at design time can improve the download performance of a page because the browser does not need to parse and execute the script and can continue downloading and parsing the page instead.

Applies To

SCRIPT


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