Hi there
I have been using XMLHttpRequest object to get a file from my localhost server. If i change the file at the server and refresh the webpage containing the javascript request the contents of XMLHttpRequest.responseText does not change. If i open a new tab to access the website then the new version of the file is used.
Can anyone explain why and what i can do about it?
I am running an Apache server on my PC and my browser is ie8
Many thanks