[Catalyst] [Task] Building a better JavaScript (AJAX) toolkit
Brandon Black
blblack at gmail.com
Tue Dec 20 23:44:07 CET 2005
On 12/20/05, Don Arbow <donarb at nwlink.com> wrote:
> JSON allows you to load data from a site other than the originating
> url, unlike XMLHTTPRequest. Without JSON, you would have to have some
> sort of server proxy in order to get the data onto your page.
How did they get around not using XmlHttpRequest? Load json objects
via dynamic <script src="json_url"> tags or something?
More information about the Catalyst
mailing list