Thank you for the reply xelawho,

It generated the word "undefined" in the topbar box.
So I tried to define it earlier on in the code by using;  var topbar =
[];  but this did not do the trick.

I will play with it later this evening when I get home from work, I'll
follow the lines you indicated. I feel like I'm close but not quite
there.
cheers
Paul.



On Oct 17, 4:30 am, xelawho <[email protected]> wrote:
> like you say, it's much more of a javascript question than a maps
> question.
>
> but it seems like the quick and ugly way to do it would be to change
> your Info function to something like this:
>
>  function Info(i) {
> document.getElementById("topbar").innerHTML="";
> document.getElementById("topbar").innerHTML=gmarkers[i].html;
>  }
>
> maybe...

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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