I think the problem is that you need to register your click events with the GMap2 object and since you haven't, events get discarded and the handler you registered at line 24 in script.js is ignored.
On Sun, Mar 21, 2010 at 3:25 PM, Andrew <[email protected]> wrote: > I have put together a 5 star rating system using PHP and Ajax which > will write the rating into a database. (See link below) > > http://andrewmccrum.com/maps/rate/5star.php > > I want this rating system to work within a Google Maps InfoWindow but > at the minute I can only get the InfoWindow to read and display the > rating. It will not let the user vote like the top link. And I have no > idea why > > http://www.andrewmccrum.com/maps/database/index.php > > -- 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.
