AJAX - Repetitive: Making Repetitive Asynchronous RequestTag: AJAX, JavaScript, Repetitive Asynchronous Request Category: PHP Applicationpost: 22 Mar 2008 read: 257 AJAX Repetitive Request Step By Step Tutorial - Part 1: Many application use repetitive request model such as chat room, real time application. In this post, we try to create simple application that apply repetitive asynchronous request. The key is use JavaScript function:
Example code like:
Above, we always call process() function with interval 1000 milliseconds (that mean every 1 second).
| ||
| | Give Your Opinion | Recommend |
|

