quote:
Originally posted by -dt-
the basic idea behind it is
you add an event listener to the testbox ( on the keypress event)
in that callback you use xmlhttprequest to pull the data from the server and then you display it in a div under the textbox 
I can get that part fine, it's more the arrow-navigation of the results that I can't get
