--%>
 asp.net.ph

Skip Navigation Links

setTimeout Method

DHTML Methods


Evaluates an expression after a specified number of milliseconds has elapsed.

Syntax

iTimerID = window.setTimeout ( vCode, iMilliSeconds
    [ ,  sLanguage ] ) 
Parameters

vCode Required. Function pointer specifying the code to be executed at the specified interval.
iMilliSeconds Required. Integer specifying the number of milliseconds.
sLanguage Optional. String specifying any one of the possible values for the language attribute.

Return Value

Integer. Returns an identifier that is used to cancel the evaluation with the clearTimeout method.

Applies To

window



© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note