Pop Up Windows - Open external link in current browser window

2276
1
05-04-2015 02:28 AM
AndreasMischler
New Contributor

Hi

I want to create a simple web gis embeded in our website. For a layer i configuered a pop up window, that containing an external link (stored in the attribut table). The link works so far, but it always opens a new browser tab.

Is there a configuration, that the external link wil be opened in the current browser window?

Thanks for answers

0 Kudos
1 Reply
TimWitt2
MVP Alum

Andreas,

did you try the following code?

<a href="http://www.yourLink.com" target="_self">This is my link</a>

You can find options here: HTML a target Attribute

Tim