The ability to call a function at a defined interval is built into Javascript with setInterval(). For examples:
http://www.evolt.org/article/Using_setInterval_to_Make_a_JavaScript_Listener/17/36035/ Call the function that does the query and displays the result, using setInterval(). On 6/18/06, Yves Arsenault <[EMAIL PROTECTED]> wrote: > Hey there, > > I've got a page that I would like to have refresh, say every 10 minutes... > > I've been looking @ ajaxCFC and have just tried to read the code and view > the examples.. > > Anyone know if there is a built in function for simply refreshing a query by > time interval? -- CFAJAX docs and other useful articles: http://jr-holmes.coldfusionjournal.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244056 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

