how to use the timer in javascript?
problem in using timer
2361
01-Mar-2011
Updated on 01-Mar-2011
Amit Singh
01-Mar-20111)setTimeout("functionName",delay);
note: give the fuction name and delay is milliseconds value. and its return type is timerid.
2)closeTimeout();
3)setIntervalTime("functionName", delay)