> So I thought it might be the null MouseEvent and tried: > http://spotwalla.com/event-03.html
In this case, the inline code to trigger the event on 'map' is executed before the map itself has been initialised (as an onload function). If you fix the order of events there, you might also need to explicitly declare 'map' as global to get it to work in many browsers. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
