1-->A client event occurs
2-->An XMLHttpRequest object is created and
configured
3-->The XMLHttpRequest object makes a call.
4-->The request is processed by the
AutocompleteServlet.
5-->The AutocompleteServlet returns an XML
document containing the result.
6-->The XMLHttpRequest object calls the callback()
function and processes the result.
7-->The HTML DOM is updated.