On Nov 24, 1:53 pm, daniel <[EMAIL PROTECTED]> wrote:
> Larry,
>
> I had re-read what you suggested.
>
> I tried the map on a dialup connection, and what happens is there is
> an initial loading of a infowindow saying "Southeast...." very large.
> It opens the window then instantly closes. That happens in firefox.
> For some reason IE sees the infowindow and keeps it open.
>
> I am trying to fix this in Firefox, to keep the window open.
>
> I hope that makes my intentions a little more clear.
>
The other option is to either move or copy this line:
map.openInfoWindowHtml(infoPoint,'<div style="white-space: no-
wrap;"><h1><a href="http://www.semo.edu/">Southeast Missouri State
University</a></h1><ul><li><a href="http://www.semo.edu/
visit/">Visitor information</a></li><ul></div>');
to just after the last call to "hide" in the callback function for
GDownloadHtml.
-- Larry
>
> On Nov 24, 3:30 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> wrote:
>
> > On Nov 24, 12:53 pm, daniel <[EMAIL PROTECTED]> wrote:
>
> > > I am sure this is something I am just overlooking, but for the life
> > > of me I can not figure out why my infowindow will not stay open.
>
> > > I am hoping to get an info window to open and have a "Welcome
> > > message", but it loads, then closes almost instantly in firefox. In
> > > IE, it stays, but only because IE sees an error on the page with the
> > > style for polylines.
>
> > > <style type="text/css">
> > > v\:* {
> > > behavior:url(#default#VML);
>
> > > }
>
> > > here is a link to my map:http://redhawks.semo.edu/map/daniel.html
>
> > > I would gladly appreciate any help.
>
> > This call inside your hide() function causes it to close:
> > map.closeInfoWindow();
>
> > remove it and it will stay open. Note that open infoWindows will stay
> > open once you do that when you hide the markers.
>
> > -- Larry
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---