OSDN Git Service

Ver.1.4.9: Change hello timing control from client side to server side.
[opengate/opengate.git] / opengate / javahtml / en / accept-http.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 // usually the page is jumped to httpkeep.html
16 location.replace(%%HTTPKEEPURL%%);
17
18 // if not jumped, process following 
19 if(!navigator.javaEnabled()){
20     document.write("<p><b>Java is disabled. Change it.</b></p>");
21 }
22 //-->
23 </script>
24 <noscript>
25 <p><b>JavaScript is disabled. Change it.</b></p>
26 </noscript>
27
28 <hr />
29 <div align="center">
30    <applet code="Opengate.class" archive="Opengate.jar"
31     codebase="%%OPENGATEDIR%%" width="600" height="30" >
32     <param name=port value="%%OPENGATEPORT%%">
33     <param name=user value="%%USERID%%">
34     <param name=sessionid value="%%SESSIONID%%">
35     <param name=lang value="%%LANGUAGE%%">
36    </applet>
37 </div>
38
39 <hr />
40
41 <p>If yellow bar is not displayed between above two lines, please click <a href="%%TERMINATEURL%%"><b>TERMINATE</b></a> 
42 and close your browser. 
43
44 <SCRIPT LANGUAGE="JavaScript">
45 <!--
46   window.open("%%STARTURL%%","window1");
47 //-->
48 </SCRIPT>
49
50 <table bgcolor="lightyellow" border="1">
51 <tr><td>
52 <b>Please keep this window 'as it is' or 'in minimized mode'. 
53 Start browsers or other applications for network usage. </b> 
54 Or click <a href="%%STARTURL%%" target="_blank"><b>[Start Page]</b></a> 
55 to start browsing 
56 (If the page is not opened by CLICK, push SHIFT key and CLICK.
57 The window can be popped up automatically, if it is
58 permited in the browser setting).  
59 </td></tr> 
60 </table>
61
62 </BODY>
63 </HTML>