clearTimeoutclearTimeout*
*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)

ParameterDescription
timeoutID (Long) Time-out setting that was returned by a previous call to the setTimeout method.

Return Value

No return value.

Applies To

window


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