Archives for the 'AJAX' Category
Dynamically Populating a Select Box Using AJAX
[ Demo and Source Code (PHP) ]
AJAX is actually not that difficult. All you need to know is some basic XML, and how to iterate through the XML tree structure using Javascript.
As in my previous post, there are two select boxes, City and Country, and the contents of City should reflect that of the selected country. […]
