steve.chamb
@gmail.com wrote:
> Is it possible to do this? Does AJAX allow one call to be made within
> another?? So far I'm having problems. Below I've tried to simplify my
> code into its basic elements - the problem I'm getting is that that
> ResponseHandler1 is getting called fine from an intial call to
> NestedAjaxCalls but ResponseHandler2 (the nested call) isn't. I've
> tested out this very code to make sure!
<snip code>
> Is it something simple I'm doing wrong like the scope of my connection
> variables or is this a limitation with AJAX - if so could anyone
> suggest an alternative method of doing the same thing? Any replies
> gratefully received...
I would suggest you take a look at Matt Kruse's