I have a site (www.txfannin.org) for searching family genealogy. The backend allows volunteers to enter information into the database and thus available to the users.
The volunteers using IE experience a problem that others do not. Here is the scenario...
In the admin module a record is loaded by entering an ID and selecting the "Display" button.
Via javascript and an ajax call the record is read from the database and displayed in the edit fields.
User makes the necessary change to the record and selects the "Edit" button.
Via javascrpt and an ajax call the record is updated in the database.
User via a separate IE browser tab displays the record to verify that the information is as desired.
If not as desired, the user returns to the initial tab and reloads the record by entering the ID and selecting the "Display" button.
THE DISPLAYED RECORD DOES NOT REFLECT THE INFORMATION ENTERED IN THE EDIT, BUT IT IS REFLECTED IN THE MAIN AREA.
Does anyone have a clue as to why this is happening, AND how to correct it?
TIA
jdadwilson
