link goes into external frame, not in the iframe

This commit is contained in:
Christopher Schmidt 2008-04-30 11:45:28 +00:00
parent 209dece7d3
commit 26746224cc

View file

@ -43,7 +43,8 @@
if(href.indexOf('?') != -1) {
href = href.substring( 0, href.indexOf('?') );
}
this.element.target="_blank";
href += '?' + OpenLayers.Util.getParameterString(params);
this.element.href = href;
}