How to override target=_blank in KML popups in embedded Google map?
问题 I'm using KML to overlay shapes on a Google map. Information corresponding to each shape is included in the <description> element, along with a link to a detail page corresponding to that shape. So for example, my KML includes this: <description> <![CDATA[ <div> ... <p> <a href="Concession.20.aspx">View details</a> </p> </div> ]]> Of course, I would like for that link to open in the same window, since it's just navigating to another page on this same site. Unfortunately, as documented here,