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.