how to use the timer in javascript?
problem in using timer
Ask by sourabh kumar
Updated 01 Mar 2011
1)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)