javascript setInterval function not working

Posted by Geetha on Stack Overflow See other posts from Stack Overflow or by Geetha
Published on 2010-03-19T06:22:22Z Indexed on 2010/03/19 6:31 UTC
Read the original article Hit count: 106

Filed under:
|
|

Hi All,

I want to call a function for every half minute. i am using the following code. The function is not getting triggered.

Code:

window.setInterval('progress()', 10000);

Geetha.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about ASP.NET