comparison client/digitallibrary/digicat.html @ 107:85126da2ae21 vendor start

XUL: Digilib Buttons in chrome
author engler
date Tue, 13 May 2003 21:02:22 +0200
parents 270e1127c65f
children
comparison
equal deleted inserted replaced
105:ecee3ff2f4d0 107:85126da2ae21
6 6
7 <script LANGUAGE="JavaScript"> 7 <script LANGUAGE="JavaScript">
8 8
9 <!-- Beginning of JavaScript -------- 9 <!-- Beginning of JavaScript --------
10 10
11 this.location = "http://"+location.host+"/docuserver/digitallibrary/digicat.jsp"+location.search; 11 //this.location = "http://"+location.host+"/docuserver/digitallibrary/digicat.jsp"+location.search;
12
13 this.location.replace(this.location.href.replace(/\.html/, ".jsp"));
12 14
13 // -- End of JavaScript code -------------- --> 15 // -- End of JavaScript code -------------- -->
14 16
15 </SCRIPT> 17 </SCRIPT>
16 18
17 <body> 19 <body>
18 <h1>Digital Library Redirect</h1> 20 <h1>Digital Library Redirect</h1>
19 21
20 <p>You should automatically be redirected to the Digital Library page.</p> 22 <p>You should automatically be redirected to the Digital Library page.
23 (<tt>digicat.<b>jsp</b></tt>)</p>
21 24
22 <p>If this doesn't happen please <a href="digicat.jsp">click here</a>.</p> 25 <p>If this doesn't happen make shure JavaScript is enabled in your browser.
26 The Digital Library pages need JavaScript to work. If your problem still
27 remains, please contact the administrator.</p>
23 28
24 <hr> 29 <hr>
25 <address>robert.casties@philo.unibe.ch</address> 30 <address>robert.casties@philo.unibe.ch</address>
26 </body> </html> 31 </body> </html>