--- zogiLib/js/dllib.js 2004/10/04 19:39:01 1.2 +++ zogiLib/js/dllib.js 2004/10/04 20:58:01 1.3 @@ -17,13 +17,13 @@ Foundation, Inc., 59 Temple Place - Suit Authors: Christian Luginbuehl, 01.05.2003 (first version) DW 24.03.2004 (Changed for digiLib in Zope) - Robert Casties, 03.08.2004 + Robert Casties, 04.10.2004 ! Requires baselib.js ! */ -var dlScriptVersion = "1.0b2"; +var dlScriptVersion = "1.0b3"; /* * more parameter handling @@ -468,3 +468,10 @@ function getRef() { } return hyperlinkRef; } + +function getRefWin(type, msg) { + // shows an alert with a reference to the current digilib set + if (! msg) { + msg = "Link for HTML documents"; + prompt(msg, getRef()); +} \ No newline at end of file