Re: xmlhttp caching

Tech-Archive recommends: Speed Up your PC by fixing your registry



You need to add a unique value, like a timestamp to the URL's
query string.

var xmlPath="DTDXML.xml" + '?' + (new Date()).getTime();


D.
.