Hi,Mike Williams About sack() bug , I fixed it, but it is not the problem of disappear of the bpwindows.
If I use the marker.openInfoWindowHtml(html) , it is working well, but the bpwindow cannot work at the current version of MAP API. I found the problem caused by the z-index of the info-div If someone can fix the bpwindow0.11.js, I will appriciated it. Thanks. check URL: http://www.fuzgo.com (need to login username: [EMAIL PROTECTED] , password: 111111) Oliver On Tue, Aug 26, 2008 at 11:39 PM, Mike Williams <[EMAIL PROTECTED]>wrote: > > Wasn't it oliver cai who wrote: > >please check the following link > > > >http://www.fuzgo.com/map.php > > > >When you click the marker, it should show the infoWindow, > > > >But these days, it doesn't work , before it is fine. > >I don't know where there are problems? > > It all starts to go wrong on this line: > > if(!ajax) var ajax = new sack(); > > Because sack() is not yet defined, that fails and the variables in the > following lines don't get initialized. > > sack() is defined in ajax.js which hasn't been included at the time that > you call it. > > -- > http://econym.googlepages.com/index.htm > 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 -~----------~----~----~----~------~----~------~--~---
