Contents Index Topic Contents | ||
Previous Topic: clear Next Topic: clearRequest |
clearInterval
Description
Cancels the interval previously started using the setInterval method.
Syntax
object.clearInterval(intervalID)
Parameter Description intervalID Integer specifying which interval to cancel. This value must have been previously returned by the setInterval method. Return Value
No return value.
Applies To
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.