On Jun 8, 7:18 pm, base64 <[email protected]> wrote: > I am new to GMap api so please bear with my question as I could not > find anyone else having the same problem. > > I have created KML files that contain descriptions, in which I have > been trying to link to a javascript function however it seems that the > onclick and onsubmit attributes are being removed and I cannot figure > out why, is this a feature of the api or GGeoXml object?
The GGeoXml class is shared with Google Maps, so it removes those for security reasons. Look at the third party KML parsers: EGeoXml GeoXml -- Larry > Everything > is properly escaped in CDATA tags, and the html tags are in tact other > than the onclick attributes being removed. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
