Welcome Guest, Not a member yet? Register   Sign In
poll with ajax question
#2

[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');
Here's the load function documented: http://docs.jquery.com/Ajax/load#urldatacallback

/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



Theme © iAndrew 2016 - Forum software by © MyBB