Here is a quick synopsis of what I have and what the problem is.
I have an ASP page with a list of 'users'. When you click on a user it redirects to a page that has details about the user. There are several buttons that can be clicked which use AJAX to populate a div tag.
 That part works fine in IE and Firefox.
One of the options has a list of options assigned to the user and a list with options available for assignment. When the user checks the it, it uses AJAX to add or remove the option.
 This is where the problem arises. In Firefox it works as intended. But when I use IE, the options are saved in the DB but not refreshed in the window. Even if I go to another user and come back, the options have not changed. If I close the browser and return to that user, then the changes are reflected. My first thought was that it was machine specific, but that is not that Case as I tried it on a few other machines.
Anyone have any suggestions? Please I need to have this all working by COB on Friday.
|