[Javascript] Multiple ajax calls onload

Scott Reynen scott at randomchaos.com
Wed Jul 25 13:16:57 CDT 2007


On Jul 25, 2007, at 11:49 AM, Murphy, Matt wrote:

> Ok, so here's what I thought up:
>
> Function ajaxmename(url, name) {
>
> name = new XMLHttpRequest();
>
> ...
> }

I recommend using an AJAX library that already handles multiple  
simultaneous requests.  Here's one I've used:

http://www.ajaxtoolbox.com/

Peace,
Scott



More information about the Javascript mailing list