On Sep 20, 2:29 pm, gwrbilliards <[EMAIL PROTECTED]> wrote:
> The IE6 - it works, just takes a few seconds to load. I just finished
> testing it on an old notebook with IE6.0 / XP home and it worked fine.
> This may be because I moved the javascript stuff out of the body and
> up into the head area. This was a tip from Ralph Ames' site above.
> Thanks Ralph.
>
>  also, all xhtml are closed. I fixed the missing <p> close tag.
>
> Mike Williams - how exactly do i accomplish your suggestion? are there
> any code samples you can point me to?

something like (WARNING*** UNTESTED ***):
  GEvent.addListener(map, "infowindowclose", function()
{ map.openInfoWindowHtml(myGeographicCoordinates,"your html here");});

  -- Larry

>
> Thanks again everyone for the help
>
> On Sep 19, 9:47 pm, Mike Williams <[EMAIL PROTECTED]> wrote:
>
> > You can listen for (map "infowindowclose") close events and reopen it
> > immediately.
>
> > --http://econym.org.uk/gmap
> > The Blackpool Community Church Javascript Team
--~--~---------~--~----~------------~-------~--~----~
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