Sorry Ralph, but I don't think we are on the same page. What I meant
by the "added an alert" was merely to show that the
"request.readyState" returns a one (1). Yet the if statement is
expecting a four (4). So it never drops into the if /endif segment of
code to process the xml file.

Adding "request.send(null); " works for me too, but the code does not
process markers from an xml feed -- which is what I am ultimately
attempting to do.

On Jul 8, 12:45 pm, Ralph Ames <ralph.a...@gmail.com> wrote:
> >I added an alert popup box to show me the
> >request.readyState.
>
> I replaced the alert with
>
>         request.send(null);
>
> worked ok for me.
>
> Ralph
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to Google-Maps-API@googlegroups.com
To unsubscribe from this group, send email to 
google-maps-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to