> You are using XMLHttpRequest in synchronous mode. That may seem like > it is easier to code around, but you have run into the big drawback of > that approach. Effectively, you have instructed to the browser to > stop dead and wait on the response from the remote service. > Responsive webpages use the AJAX model, if you want to solve this you > need to re-write to use the asynchronous method.
ok thanks, do you know of any examples of this method or code samples? Am i not already using the asynchronous method? Im confused! -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
