Cancels a time-out that was set with the setTimeout method. 
Syntax
window.clearTimeout(iTimeoutID)
Parameters
| iTimeoutID | Required.
Integer that specifies the time-out setting returned by a previous call to the setTimeout method. | 
Return Value
No return value.
Standards Information
There is no public standard that applies to this method.
Applies To