Re: xmlhttp caching

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



dNagel,
Thanks for your reply.

This will always get the xml from server.
How can I use the cached xml next request.
praveen..

"dNagel" <NOTGrandNagel@xxxxxxxxxxx> wrote in message
news:%23MFc78LRGHA.4952@xxxxxxxxxxxxxxxxxxxxxxx
You need to add a unique value, like a timestamp to the URL's
query string.

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


D.


.