Poll the Server with Ajax and Dojo

Posted by mickthomposn on Stack Overflow See other posts from Stack Overflow or by mickthomposn
Published on 2010-03-16T15:54:40Z Indexed on 2010/03/16 16:11 UTC
Read the original article Hit count: 242

Filed under:
|
|
|

I'm using dojo.xhrPost to sent Ajax Requests
The call is wrapped by a function sendRequest()

I've now to continuously (every 3sec) send the same ajax Post to the server
How can I implement a Server Poll with Dojo? I basically need to call sendRequest() every 3 secs

© Stack Overflow or respective owner

Related posts about dojo

Related posts about AJAX