Problem running the project in Internet Explorer -
I have created a question about the week's project in PHP and I used AJAX to work on things like MySQL and Databases used for My whole project works perfectly in Firefox and Google Chrome. But it does not work on Internet Explorer.
This does not change as it is. If I post using IE, then this will not display a question posted in the response, even if I try to refresh. But if I refresh my project in Firefox, it shows me the questions posted. To see changes in IE, I really have to shut down IE and start all over again.
Can you please suggest that what should I do to get rid of this problem?
Try to add some randomness in your query to have the tendency to cache AJAX responses in IE It seems that whenever an AJAX call occurs, the "new" page is being requested.
Comments
Post a Comment