blob: b84fd7eb35d1a62d727ca008286b7a4780a18e32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<HTML>
<HEAD>
<title>GL4Java Installation</title>
<SCRIPT LANGUAGE="JavaScript">
function do_redirect()
{
var ua = navigator.userAgent;
if (ua.indexOf("MSIE") >= 0)
{
window.location.replace("GL4JInst_ie_check.html");
}
else
{
window.location.replace("GL4JInst_cacert_ns.html");
}
}
</SCRIPT>
</HEAD>
<BODY LINK="#0000ff" VLINK="#800080" BGCOLOR="#e6e6ff" onLoad="do_redirect()">
GL4Java Installation
</BODY>
</HTML>
|