Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10.4.3 and XMLHttpRequest?



Is anybody noticing problems with XMLHttpRequest? My widget NOTEZAR is broken since the update, and I've been doing some tests and I can't get the object to work right.

Usually I hit PHP scripts to return all the data I need and handle sessions and whatnot, but even if I hit a page called "wtest.html" whose only contents are "hello" - no quotes, no tags, nothing... I can't even return that.

I even tried using apple's code:
http://developer.apple.com/internet/webcontent/xmlhttpreq.html
to return the "hello" page - nothing.

This code works on 10.4.2 but breaks on .3:
	request.open("GET",("http://www.notezar.com/wnotes/wtest.html";),false);
	request.send("");
	alert("responsetext: "+request.responseText);

However, it must still be working somehow because other widgets that use it still work (wikipedia, google maps). (unless they have custom plugins?)

So, have any of you seen this? Are your widgets working? I'm baffled.

Thanks,
Kevin
_______________________________________________
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


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.