I use KML to overlay shapes on a Google map. Information corresponding to each form is included in the element <description>, as well as a link to the details page corresponding to this form.
So, for example, my KML includes the following:
<description>
<![CDATA[
<div>
...
<p>
<a href="Concession.20.aspx">View details</a>
</p>
</div>
]]>
Of course, I would like this link to open in the same window, because it just went to another page on the same site. Unfortunately, as described here , links embedded in <description>a KML file element are rewritten with target='_blank'.
Targets are ignored when included in HTML written directly in KML; all such links open as if target is set to _blank. Any specified goals are ignored.
: - , ( , ) ?
click ( jQuery), Google, .