/
Open all iShare links in a new window
Open all iShare links in a new window
By default, when you click on a link in iShare, the page opens in the current window. If you wish all links to open in a new window then you will need to take the following steps.
Step-by-step guide
- Find atGeoJSON_BBOXDatatable.xsl (from iShare 5.4 onwards) or atGeoJSON_Datatable.xsl (prior to version 5.4) which you will find in ...\iShare\n.n\WebApps\WebService\xml folder and make a backup copy before you make any changes.
- Make sure that you have permission to update this file so you can save the changes.
- Open in the file in a Text Editor and search for "_top" - there should only be one occurrence.
- Replace _top with _blank and save the file.
<xsl:if test="position()=1"><strong></xsl:if><a title="Click here to go to the related web page" target="_top" href="<xsl:value-of select="substring-before($str,'|')" />"><xsl:value-of select="substring-after($str,'|')" /></a><xsl:if test="position()=1"></strong></xsl:if>
This change will be overwritten when you next upgrade iShare so you will need to remember to re-do the change after an upgrade.
, multiple selections available,
Related content
Link to a File from iShare GIS Information Browser
Link to a File from iShare GIS Information Browser
More like this
Allow links on my MyHouse or MyNearest pages to open in new browser tab
Allow links on my MyHouse or MyNearest pages to open in new browser tab
More like this
Changing the Map View
Changing the Map View
More like this
Create a Plugin for iShare GIS
Create a Plugin for iShare GIS
More like this
Enable iShare Maps Permalink Plugin
Enable iShare Maps Permalink Plugin
More like this
Clearing the iShare Cache and Reloading the Config
Clearing the iShare Cache and Reloading the Config
More like this