On Sep 22, 12:57 pm, NNS NNS <[email protected]> wrote: > On Sep 21, 4:17 pm, "[email protected]" <[email protected]> > wrote: > > > This doesn't seem to be Google Maps API related (except that you have > > a map on your page). > > > Your map doesn't work in IE. The extra comma here: > > var mapOptions = { > > googleBarOptions : { > > style : "new", > > } > > (after "new") > > fixed. > > Could you please tell me which version of IE doesn`t work? I am > running the latest on Windows 7 and am experiencing no problems even > with the comma.
IE6, although I have heard that that problem causes most versions of IE to fail. -- Larry > > > What have you tried to fix it? Seems to me your problem is that you > > need to pipeline your operations, being careful to avoid getting > > locked up. Perhaps if you post a link to your best attempt to fix > > it, we can determine why it isn't working. > > > -- Larry > > I fixed the problem. Prior to this, I added a bool variable(click1) > to check whether or not a function was running. > > I`ve played around with it a bit and it seems to be working fine, as > of now. > The culprits were that certain click1=false lines were misplaced > and a click2 variable that had no business being on that page suddenly > materialized into existence. > > www.mapmygym.com/test.html -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
