yes, i just noticed, it's the view-source in chrome which is all garbage! tut tut tut
thanks larry On Mar 11, 1:45 pm, "[email protected]" <[email protected]> wrote: > On Mar 11, 6:28 am, Andrew Leach <[email protected]> > wrote: > > > 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! > > There are some other issues with the page. > > makeSidebar() { var > html ; = ""for > (var i i= ><gmarkers.length; i++) { > > It looks to me like it was saved with Chrome (I often see issues like > that when looking at or saving javascript from Chrome). I find it > safer to view and save source from IE, Firefox or Opera. > > -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
