I had tried that. I would like for it to open, remain open until a checkbox is checked.
here is what I was hoping to achieve. http://www.osu.edu/map/google.php It appears to me, that I have identical code (with the exception of php, not sure if that matters) 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 -~----------~----~----~----~------~----~------~--~---
