poll with ajax question |
[eluser]ciscoheat[/eluser]
I would recommend jQuery for AJAX and DOM-manipulating stuff. Here's a good page with both a jQuery and ajax tutorial: http://www-128.ibm.com/developerworks/li...query.html It's a quick and quite dirty solution, but if you have a page that returns proper html from a request, this is all jQuery you need to attach that html to a html element: Code: $('#elementId').load('stats/update/parameters'); /Andreas |
Messages In This Thread |
poll with ajax question - by El Forum - 12-25-2007, 09:54 AM
poll with ajax question - by El Forum - 12-25-2007, 10:18 AM
poll with ajax question - by El Forum - 12-25-2007, 10:55 AM
poll with ajax question - by El Forum - 12-25-2007, 11:51 AM
|