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

    How to display toolbar in browser window that opens when accessing external link

    • Article Type: General
    • Product: Aleph
    • Product Version: 16.02

    Desired Outcome Goal:
    Where to add toolbar and menubar for the open_window() function?

    Procedure:
    You may change this in the file $alephe_root/www_f_lng/include-window within the function open_window. Here are the lines that you should change:

    var w = window.open ("","win1","height=500,width=500,scrollbars,resizable");
    var w = window.open (loc,"win1","height=500,width=500,scrollbars,resizable");

    (The second line is the more important one since it applies to most modern browsers.)
    Just change the height and width according to your requirements. You may also add the parameters menubar, toolbar, and/or location in order to add a menu bar, a tool bar and/or an address bar to the pop-up window. Example:

    var w = window.open (loc,"win1","height=800,width=800,scrollbars,resizable,menubar,toolbar,location");

    Category: Web OPAC (500)

    Subject: html Pages (500)


    • Article last edited: 10/8/2013