aboutsummaryrefslogtreecommitdiffstats
path: root/Installer/GL4JInst_ie.html
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2000-11-18 06:43:49 +0000
committerSven Gothel <[email protected]>2000-11-18 06:43:49 +0000
commit880653d31a8f1ff8384fdbc75b84934bceecfdb8 (patch)
treebdafb71416f176d2a4b73bf716c9dc3f13685a8b /Installer/GL4JInst_ie.html
Initial revision
Diffstat (limited to 'Installer/GL4JInst_ie.html')
-rw-r--r--Installer/GL4JInst_ie.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/Installer/GL4JInst_ie.html b/Installer/GL4JInst_ie.html
new file mode 100644
index 0000000..3e16a81
--- /dev/null
+++ b/Installer/GL4JInst_ie.html
@@ -0,0 +1,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_cacert_ns.html");
+ }
+}
+</SCRIPT>
+
+</HEAD>
+<BODY LINK="#0000ff" VLINK="#800080" BGCOLOR="#e6e6ff" onLoad="do_redirect()">
+<hr>
+<applet code="GL4JInst.class" width=500 height=400>
+<param name="cabbase" value="GL4JInst.cab">
+</applet>
+<hr>
+</BODY>
+</HTML>