[thelist] Actual Ajax question WAS: AJAX only mailing list

Brent Eades beades at almonte.com
Thu Jul 12 06:57:31 CDT 2007


Anthony Baratta wrote:

> But in order to so this you need the handle of the timer you set:
> 
> objTimer = setInterval("updateInfo()", 3000);
> ...blah blah blah...
> clearInterval(objTimer );

*thwacks forehead* Thanks to you and Jonathan. This works. I hadn't
noticed before that setInterval() wasn't explicitly defined in the code
I was using, meaning that (a) it must be an existing method, and (b)
there was thus probably a related method to clear an interval.


-- 
Brent Eades	
Almonte, Ontario
http://almonte.com




More information about the thelist mailing list