Return to Snippet

Revision: 25747
at April 8, 2010 01:04 by petterdr


Initial Code
GEvent.addListener(map,"infowindowprepareopen", function(iwtabs) {
  iwtabs[0].contentElem.innerHTML = iwtabs[0].contentElem.innerHTML.replace("_blank", "_parent");
  });

Initial URL


Initial Description
Add this to the javascript that builds the map

Initial Title
Make a link in google map kml file open in the same window

Initial Tags
xml

Initial Language
JavaScript