blob: dc3df6f6dc11d724e75206d25d36c39a2d1013e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<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.html");
}
}
</SCRIPT>
</HEAD>
<BODY LINK="#0000ff" VLINK="#800080" BGCOLOR="#e6e6ff" onLoad="do_redirect()">
<hr>
<applet code="GL4JInst.class" archive="GL4JInst_ns.jar" width=500 height=400>
</applet>
<hr>
</BODY>
</HTML>
|