How to make 856 links open in new window
- Product: Voyager
Question
How to set 856 links so open in new window when clicked?
Answer
cd /m1/voyager/xxxdb/tomcat/vwebv/context/vwebv/ui/[skin name]/xsl/contentLayout/display
- Open display.xsl for editing
- Find the BMD3000 template, and near bottom of template these lines:
<xsl:if test="string-length($newLink2)>0"> <a href="{$newLink2}">
- Edit the <a> tag to add a target:
<a href="{$newLink2}" target="_blank">
- Save change.
- Article last edited: 15-May-2018