Re: Catching multiple XMLHttpRequests
Aha! This makes a lot of sence to me. Making the Request variable local
to LoadXMLDoc will cause a new one to be created every time it is
called. Then making function ProcessReqChange local to LoadXMLDoc means
it will have access to that local variable. I have made this change, my
page still works (!!) and I expect it will solve the undefined variable
errors. No errors so far, but not much testing yet...
0 Comments:
Yorum Gönder
<< Home