OK, so I think its a simple question but since I am extremely new to ajax and really trying to figure it out I'm not sure how/where to really start with this.
What I want is a piece of code that reads a table and inserts new entries into a listbox on the user side. I dont want to have to "refresh" the page to get new entries into the listbox.
Essentially, the table will get updated by an app on one side and I want users to be able to view the updates as they occur.
Is this possible? if so, how?
Thanks,
Pete