On Sep 4, 2:56 pm, jps <[EMAIL PROTECTED]> wrote:
> Thank you Andrew,
>
> Sorry my ignorance, but I already look that examples, and I can´t
> understand where I change...or where I have to change code.
> Can you help send how can I apply this changes.

I'm not going to write code for you!

Your createMarker() function is what creates the marker with its
infoWindow, here:
        GEvent.addListener(marker, "click", function() {
          marker.openInfoWindowHtml(html);
        });
"html" is passed as the third argument to createMarker.

You need to pass more arguments to createMarker (call them say html1,
html2, html3) to use in each tab, and then set up a tabbed infoWindow
instead of a plain one. See Mike's tutorial about tabbed infoWindows.

To have a variable number of tabs is a lilttle more difficult. Have a
go with a fixed number of tabs and post a link with the result (and
any more questions).

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