Can we get a description of what you are doing? There shouldnt be a reason for a function to send tons of ajax calls. Either condense them to 1, or use a different method.
On 8/21/07, Tamm <[EMAIL PROTECTED]> wrote: > > > I'm working on a function that sends far too many ajax calls, an easy > way to take care of the problem would be to kill all ajax calls before > sending a new one (i.e. if it isn't done yet, nvm the result) > > the xhr object idea works for one call or if you know all the previous > calls but I simply want to kill ANY ajax calls currently not > completed... > >