link goes into external frame, not in the iframe
This commit is contained in:
parent
209dece7d3
commit
26746224cc
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue