Ask YC: Ajax Basics Help
2 comments
Have you looked into using jQuery for your AJAX and XML parsing?
I'm definitely going to be using jQuery or another JavaScript library in the future. However, I'd first like to understand how to do regular JavaScript XML parsing by hand.
Here is the example I am working with: http://www.w3schools.com/Ajax/tryit.asp?filename=tryajax_httprequest_js4
Any help would be appreciated.