Hi, I'm trying to put a selecter in the html in the infor window, so that the user can select their own units (in this case speeds - so mph, kph, kts, mps etc), and the event handler then converts the value to the selected unit. I'm using onchange to trigger the function that converts the value and updates the html (this needs to be hidden in the event that opens the window, because I guess the dom isn't parsed until the infowindow opens, so all the ids are recognised beforehand).
The problem I have, is that while the function call from the event handler works fine the first time, if you then change the units again, the onchange event handler doesnt seem to get fired. Any ideas what I'm doinw wrong? I haven't tried the GEvent dom event listener yet, but have tried all sorts of other things, without any luck. Thanks for any assistance. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
