AJAX poller script

This is an example of a poll script. It uses Ajax(Asyncron Javascript And XML) to send your vote to the server. Ajax is also used to return the results from this poll to your browser.

In this demo, I haven’t limited the number of votes per user. This is something you can implement by setting the Javascript variable useCookiesToRememberCastedVotes to true in the script or by implementing your own method.

DemoSource

ajaxpoller

Related Posts :

Posted on Thursday, December 30th, 2010 at 3:45 pm | Category: Ajax |