From bugzilla-daemon@wilbur.katipo.co.nz Wed Aug 6 04:20:40 2003 From: bugzilla-daemon@wilbur.katipo.co.nz To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 561] Javascript link doesn't work Date: Wed, 06 Aug 2003 11:19:41 +0000 Message-ID: <20030806111941.944.qmail@wilbur.katipo.co.nz> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1501230477900146610==" --===============1501230477900146610== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=3D561 oleonard@athenscounty.lib.oh.us changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version| |All ------- Additional Comments From oleonard@athenscounty.lib.oh.us 2003-08-06 = 23:19 ------- The javascript function name is 'openwindow', but is referred to in the body = of=20 the document as 'openWindow'. Since it's case-sensitive, this doesn't work. Other suggestions: Move the javascript inside the of the document, an= d=20 instead of this syntax: V000001 Use this: V000001 This method will give javascript-enabled browsers the pop-up window, but will= =20 act as a normal link for browsers with javascript turned off (or with no=20 javascript support). ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. --===============1501230477900146610==--