Re: xmlhttp caching
- From: dNagel <NOTGrandNagel@xxxxxxxxxxx>
- Date: Fri, 10 Mar 2006 19:52:33 -0800
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: Praveen
- Re: xmlhttp caching
- References:
- xmlhttp caching
- From: Praveen
- xmlhttp caching
- Prev by Date: xmlhttp caching
- Next by Date: Re: xmlhttp caching
- Previous by thread: xmlhttp caching
- Next by thread: Re: xmlhttp caching
- Index(es):