If you're really using XML then the default should be to open in _self, but you can add target="_top" etc. to modify that behaviour.
If you're using KML via GGeoXml then the default is _new. To change that behaviour either use a third party KML rendering extension like GeoXml. Or (if you don't mind risking the use of undocumented features) listen for the undocumented map "infowindowprepareopen" event, and modify the content of the GInfoWindowTab that it passes as a parameter. You could place deactivated content in a KML file, perhaps using [ and ] instead of < and >, so that GGeoXml will allow the text to pass through, and then replace those characters as the infowindow opens. -- Mike Williams http://econym.org.uk/gmap --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
