Click to return to the DHTML, HTML     
clearData Method     clearRequest Method     DHTML Methods    
Web Workshop  |  DHTML, HTML & CSS

clearInterval Method


Cancels the interval previously started using the setInterval method.

Syntax

window.clearInterval(iIntervalID)

Parameters

iIntervalIDRequired. Integer that specifies the interval to cancel. This value must have been previously returned by the setInterval method.

Return Value

No return value.

Applies To

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:

window



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.