On Dec 19, 8:40 am, "M.Nicoletti" <[email protected]> wrote:
>
> Mit dem Firebug debugger erkennte ich das die nötigen Daten
> tatsächlich in der Variabel "side_bar_html" vorliegen, leider kommt es
> einfach nicht zur ausgabe.
>
> Eventuell könnt ihr mir helfen. Währe sehr Dankbar
>
> Hier der Code:

Please provide a link to your site, not a code listing.

It looks like you are building side_bar_html but not actually using
the built string to set the content of the sidebar. That is,
        document.getElementById("side_bar").innerHTML =
side_bar_html;
is in the wrong place. But it's not easy to run through a code
listing; Firebug makes it much easier, as you have found.

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to