|
AJAX is nothing special.
You basically just need one function to handle sending the XML request and a handling function that gets called when the response is returned. Both these functions can be found on the web as they're pretty cookie-cutter.
Other than that, it's just being able to parse over xml nodes in Javascript. (If you're using XML - you can just send a request and get straight text back and dump that to the browser if you wanted).
__________________
Your post count means nothing.
|