I have the code looking at all three of the files and making an entry
for each marker. I'm using a named anchor for each of the three sets
instead of a div tag. The problem is that, in Firefox, the code puts
all of the sidebar entries in the section for the south region. The
javascript console doesn't list any errors. IE doesn't load them at
all and tells me that there is an 'unknown runtime error'.
Looks like it executing
// add a line to the side_bar html
side_bar_htmls += '<a style="font-weight: normal; padding-
right: 5px;" href="javascript:myclicks(' + z + ')">' + namesouth + '<\/
a><br>';
z++;
return markerSouth;
but not the same code for the north and central sections.
On Aug 5, 4:37 pm, Rossko <[email protected]> wrote:
> > For some reason, I don't
> > get it, the sidebar has completely gone away right now.
>
> It's there, but its empty.
> You've got a function
> function createMarker(pointnorth,namenorth,htmlnorth,icontypenorth)
> {
> which includes
> side_bar_html += '<a style="font-weight: normal; padding-right:
> 5px;" href="javascript:myclick(' + i + ')">' + name + '<\/a><br>';
> but 'name' has never been defined
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---