AJAX request() Question...
Hello...
for some reason, whenever I make changes to my xml file and save them to the server, the request object still read's the old file...what's up with that?
Probably the same reason background images in CSS don't always update - caching. Pass a random variable in the GET path of your request.
GET requests should be cached.
Eric
Originally Posted by
A1ien51
GET requests should be cached.
Eric
You mean something like:
request.open("GET","whatever.xml"+Math.random() );
?
I thought that the caching issue is only with IE..I'm having this issue in Firefox??
Last edited by ChuckB; 07-28-2009 at 07:58 PM .
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks