/ Published in: JavaScript
Add this to the javascript that builds the map
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
GEvent.addListener(map,"infowindowprepareopen", function(iwtabs) { iwtabs[0].contentElem.innerHTML = iwtabs[0].contentElem.innerHTML.replace("_blank", "_parent"); });