OSDN Git Service

Ver.1.4.1: Change JavaScript to run on some systems.
[opengate/opengate.git] / opengate / javahtml / en / accept-java.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
4 <title>Opengatemain</title>
5 </head>
6 <body>
7
8 <p>You can use the network. 
9
10 <p>When you finish to use the network, stop your WEB browser. 
11 You will be disconnected from the network automatically.</p>
12
13 <script language="JavaScript">
14 <!--
15 if(!navigator.javaEnabled()){
16     document.write("<p><b>Java is disabled.</b></p>");
17 }
18 //-->
19 </script>
20 <noscript>
21 <p><b>JavaScript is disabled. Change it.</b></p>
22 </noscript>
23
24 <hr />
25 <div align="center">
26    <applet code="Opengate.class" archive="Opengate.jar"
27     codebase="%%OPENGATEDIR%%" width="600" height="30" >
28     <param name=port value="%%OPENGATEPORT%%">
29     <param name=user value="%%USERID%%">
30     <param name=lang value="%%LANGUAGE%%">
31    </applet>
32 </div>
33
34 <hr />
35
36 <p>If yellow bar is not displayed between above two lines, Java does not run. 
37 In this case, please click <a href="%%TERMINATEURL%%"><b>TERMINATE</b></a>, 
38  close your browser, and try to select HTTP in authentication page. 
39 Java will run, if you download JavaPlugIn from <a href=http://java.com/ja/index.jsp><b>java.com</b></a>.</p>
40
41
42 <SCRIPT LANGUAGE="JavaScript">
43 <!--
44   window.open("%%STARTURL%%","window1");
45 //-->
46 </SCRIPT>
47
48 <table bgcolor="lightyellow" border="1">
49 <tr><td>
50 Please leave this window as it is (or minimized), and work on another window. 
51 If another working window is not popped up, 
52 click <a href="%%STARTURL%%" target="_blank"><h3>[Start Page]</h3></a>
53  to open.
54 </td></tr>
55 </table>
56
57 </BODY>
58 </HTML>
59