Never mind. Turns out that I had declared the createMarker() function AFTER the calls to it, which didn't bother IE, Safari, etc one bit... but made FF howl with indignation.
On Aug 5, 1:39 pm, Olan Suddeth <[email protected]> wrote: > Well, whaddya know.... it is actually working in IE, but not in > firefox. Can anyone shed any further light? > > On Aug 5, 12:41 pm, Olan Suddeth <[email protected]> wrote: > > > > > I am attempting to set up what I believe to be a rather simple map. > > The example can be found > > athttp://python.heritagewebdesign.com/~davjones/maptest.php > > > the idea is that we get a map of the continental US, with markers set > > on cities that contain listings in our database. So as to not clutter > > the map, we have a table containing "locations", which acts as a > > parent to our individual listigns tables. > > > The example link should give us the map of the US with a marker on > > Chicago, IL and Birmingham AL. I get the overall map, but no markers. > > > I believe that I have avoided a common gotcha by making sure to name > > each marker distinctly before I run it through the createMarker() > > function. However, I am clearly missing or misunderstanding > > something. > > > Any help would be greatly appreciated! > > > Thanks, > > Olan- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
