Re: xmlhttp caching
- From: "Praveen" <praveen@xxxxxxxxxxxxxxxx>
- Date: Sat, 11 Mar 2006 09:33:41 +0530
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.
.
- Follow-Ups:
- Re: xmlhttp caching
- From: Steven Cheng[MSFT]
- Re: xmlhttp caching
- References:
- xmlhttp caching
- From: Praveen
- Re: xmlhttp caching
- From: dNagel
- xmlhttp caching
- Prev by Date: Re: xmlhttp caching
- Next by Date: Use of document.all
- Previous by thread: Re: xmlhttp caching
- Next by thread: Re: xmlhttp caching
- Index(es):