Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    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

    1. cd /m1/voyager/xxxdb/tomcat/vwebv/context/vwebv/ui/[skin name]/xsl/contentLayout/display
    2. Open display.xsl for editing
    3. Find the BMD3000 template, and near bottom of template these lines:
    <xsl:if test="string-length($newLink2)>0">
    <a href="{$newLink2}">
    1. Edit the <a> tag to add a target:
    <a href="{$newLink2}" target="_blank">
    
    1. Save change.

    • Article last edited: 15-May-2018