| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
Does the code you're using to make the request look similar to this code? Specifically, do you have both the req.open() and req.send() calls? function refresh() { req = new XMLHttpRequest(); req.> req.open('GET', url, true); // this is the magic incantation to get subsequent XMLHttpRequest calls to work req.setRequestHeader('If-Modified-Since', 'Wed, 15 Nov 1995 00:00:00 GMT'); req.send(null); } On 22-May-05, at 1:28 PM, Blake Patterson wrote: Thaddeus & Marc, |
_______________________________________________ Do not post admin requests to the list. They will be ignored. Dashboard-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/dashboard-dev/email@hidden This email sent to email@hidden
| References: | |
| >Having trouble using XMLHttpRequest to refresh data (From: Blake Patterson <email@hidden>) | |
| >Re: Having trouble using XMLHttpRequest to refresh data (From: Thaddeus Cooper <email@hidden>) | |
| >Re: Having trouble using XMLHttpRequest to refresh data (From: Marc Tremblay <email@hidden>) | |
| >Re: Having trouble using XMLHttpRequest to refresh data (From: Blake Patterson <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.