IHTMLWindow2::clearIntervalIHTMLWindow2::clearInterval*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLWindow2::blur
*Next Topic: IHTMLWindow2::clearTimeout

IHTMLWindow2::clearInterval


HRESULT clearInterval(
    long timerID 
);

Cancels a repeated evaluation of an expression that was set with the setInterval method.

timerID
Specifies a time-out identifier returned by a previous call to the setInterval method.

See also setInterval


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