I'm confused as to where I need to put that piece of code.

I'm assuming: document.getElementById("labelContainer.innerHTML =
html").innerHTML = html;
... is incorrect if I tried that.

On Jan 20, 2:24 pm, Andrew Leach <[email protected]>
wrote:
> On Jan 20, 1:09 pm, Gary <[email protected]> wrote:
>
> > Tried that and the list doesn't appear in the GControl sidebar at the
> > moment.
>
> My mistake. Your element doesn't have an id, it's known as a
> Javascript variable already:
>
> labelContainer.innerHTML = html
>
> will work.
>
> 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