OSDN Git Service

Ver.1.4.4: Add auto-start of applet at failing http watch. Modify http-get form....
[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. Change it.</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=sessionid value="%%SESSIONID%%">
31     <param name=lang value="%%LANGUAGE%%">
32    </applet>
33 </div>
34
35 <hr />
36
37 <p>If yellow bar is not displayed between above two lines, Java does not run. 
38 In this case, please click <a href="%%TERMINATEURL%%"><b>TERMINATE</b></a>, 
39  close your browser, and try to select other watch mode in authentication page. 
40 Or you can run Java, if you download JavaPlugIn from <a href=http://java.com/ja/index.jsp><b>java.com</b></a>.</p>
41
42
43 <script language="JavaScript">
44 <!--
45   window.open("%%STARTURL%%","window1");
46 //-->
47 </script>
48
49 <table bgcolor="lightyellow" border="1">
50 <tr><td>
51 Please leave this window as it is (or minimized), and work on another window. 
52 If another working window is not popped up, 
53 click <a href="%%STARTURL%%" target="_blank"><h3>[Start Page]</h3></a>
54  to open.
55 </td></tr>
56 </table>
57
58 </body>
59 </html>
60