ah, nice. i was always a bit fuzzy on the distinction between the two. that is cleaner than having the function call itself recursively with the setTimetout() inside of it :)
thanks! On 6/13/07, James Holmes <[EMAIL PROTECTED]> wrote: > You're after setInterval(), not setTimeout(): > > http://www.elated.com/articles/javascript-timers-with-settimeout-and-setinterval/ > > On 6/13/07, Charlie Griefer <[EMAIL PROTECTED]> wrote: > > JavaScript has a setTimeout() method that will call a function every > > 'n' miliseconds. no need for refreshing the page. > > > -- > mxAjax / CFAjax docs and other useful articles: > http://www.bifrost.com.au/blog/ > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion?sdid=RVJR Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281043 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

