javascript setinterval function problem
Posted
by vakas
on Stack Overflow
See other posts from Stack Overflow
or by vakas
Published on 2010-04-06T06:48:32Z
Indexed on
2010/04/06
6:53 UTC
Read the original article
Hit count: 198
JavaScript
i am using this code
<a onclick="javascript:var t=setInterval("GetUpdates(5,ajaxResult)",300);">GetUpdates</a>
but getting the syntax error
© Stack Overflow or respective owner