On Mar 11, 1:19 pm, Dan <[email protected]> wrote:
>
> When our code is identical in every way except for the API key?
Firefox says "Invalid XML tag syntax" at this line
for (var i=0; i><gmarkers.length; i++) {
because >< is not a valid operator/comparator.
Mike's page has
for (var i=0; i<gmarkers.length; i++) {
Moral: do check Javascript errors!
Andrew
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---