> What am I missing here? It doesn't work like that. Have a look at Mike Williams' comments here - http://groups.google.com/group/Google-Maps-API/browse_thread/thread/12889a9e49c55aa3/7c5aecf76e8bac60?lnk=gst&q=javascript+in+infowindow#7c5aecf76e8bac60 It boils down to ... If you put <script>code</script> tags in an infowindow, they never get executed. Bear in mind the infowindow DOM elements don't exist when the browser first renders the page and executes any embedded scripts it finds ; it won't find this one.
cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
