Hi
Any news of the below problem?
Regards
Rene
---------- Forwarded message ----------
From: Rene Florendo <[email protected]>
Date: Wed, Nov 4, 2009 at 2:55 PM
Subject: Re: Closed of InfoWindow upon clicking an icon
To: [email protected]
Hi,
Many thanks, the infowWindow works great! But I have another problem when I
used the below turnaround, my content in InfoWindow is dynamic, I used here
an Iframe and call the aspx page to display the content, so every time I
clicked an icon, the page loaded dynamically which depends the criteria
passed.The problem is, the page is not executed anymore when I tried to
click an icon,The outcome was, the content of an Infowindow was became
static, the page will not executed anymore.
Please help me please.
Here is the code I added:
google.maps.event.addListener(map,
"click", function() {
if (infowindow) {
infowindow.close();
}
});
On Wed, Nov 4, 2009 at 2:04 PM, [email protected] <[email protected]
> wrote:
> On Nov 3, 9:43 pm, Rene Florendo <[email protected]> wrote:
> > Hi ,
> > Good day! I have a problem regarding the closing of InfoWindow upon
> clicking
> > an icon.Please see the link here :http://appsource.biz/maps/map.htmFor
> > example, If I click the icon1 the infowindow will pop-up, but When I
> click
> > the icon2 the Icon1 Infowindow should be closed and the icon2 infoWindow
> > should pop-up or vice versa. Please note that I used the api from the
> link
> > belowhttp://maps.google.com/maps/api/js?sensor=false
> >
> > and not this
> > onehttp://maps.google.com/maps?file=api&v=2&key={0}<http://maps.google.com/maps?file=api&v=2&key=%7B0%7D>,
> Ididn't
> > used this because it requires a key and this will not work when I
> deployed
> > on the client's web server
> >
> > Thank you very much for your help, It was highly appreaciated.
> >
>
> You are using v3, the discussion group for that is:
> http://groups.google.com/group/google-maps-js-api-v3/
>
> -- 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]<google-maps-api%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-maps-api?hl=en.
>
>
>
--
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.