I'm working on a system that treats student course requests and teachers submit answers on those requests. There's a listbox that contains new requests, when clicked on an option item in the listbox, request_id (listbox.this.value) is querying the database via AJAX and query results are displayed back on client - student info etc. The teacher simply types his answer in an designated field and there's an update query that updates the database with an answer. But when later I click on the same item in the listbox - all the data displayed (student info) except of the updated info (teacher's answer). Again - it only occurs with IE. All rest of the browsers are fine.
Thanks in advance.