Contents Index Topic Contents |
frozen Property
Indicates whether the scriptlet container object is ready to handle events.
Applies To
Scriptlet
Syntax
boolean = window.external.frozen
Remarks
This property is read-only. When it is True, events will not be received by the scriptlet container object because the container is not yet ready. When it is False, the container will receive event notification.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.