Contents Index Topic Contents | ||
Previous Topic: clearRequest Next Topic: click |
clearTimeout
Description
Cancels a time-out that was set with the setTimeout method.
Syntax
object.clearTimeout(timeoutID)
Parameter Description timeoutID (Long) Time-out setting that was returned by a previous call to the setTimeout method. Return Value
No return value.
Applies To
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.