try removing the event listener,
like this:

// ==================================================
      // A function to create a tabbed marker and set up the event window
      function createTabbedMarker(point,html1,html2,label1,label2) {
        var marker = new GMarker(point);

          marker.openInfoWindowTabsHtml([new
GInfoWindowTab(label1,html1), new GInfoWindowTab(label2,html2)]);

                return marker;
      }
      // ==================================================



On Wed, Nov 5, 2008 at 5:12 PM, Christopher <[EMAIL PROTECTED]> wrote:

> *I don't know, why are you asking me? I have another problem I am trying
> to work out.*
>
> On Wed, Nov 5, 2008 at 3:56 PM, MP <[EMAIL PROTECTED]> wrote:
>
>>
>> I'm using the code from http://econym.org.uk/gmap/basic10.htm (simple
>> example)
>> and have it working here: http://www.patiotown.com/Oakdale2.htm
>>
>> What I've been having trouble with is adapting this code so that the
>> info window opens as the page loads.  Right now you have to click on
>> the "marker" to view the contents.
>>
>> Is that doable???
>>
>>
>> Thanks in advance,
>>
>> MP
>>
>>
>
> >
>

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