OSDN Git Service

Ver.0.8.1
[opengatem/opengatem.git] / html / en / macreturn.html
1 <HTML>
2 <HEAD>
3
4 <META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=iso-8859-1">
5 <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
6 <META HTTP-EQUIV="Refresh" CONTENT="%%WAITTIME%%;
7 URL=%%REDIRECTEDURL%%">
8
9 <script type="text/javascript">
10 <!--
11 var seconds;
12
13 function startTimer(timeout){
14   seconds=timeout;
15   setTimeout('onTimeout()', 1000);
16 }
17
18 function onTimeout(){
19   seconds--;
20   document.getElementById("timer1").innerHTML = seconds;
21   if(seconds<=0) window.location.href='%%REDIRECTEDURL%%';
22   else setTimeout('onTimeout()', 1000);
23 }
24 // -->
25 </script>
26
27 </HEAD>
28 <BODY onload='startTimer(%%WAITTIME%%)'>
29 <P>
30 You will automatically return to the previous page. Please wait for a
31 while.
32 <font size=+1>[<span id="timer1">%%WAITTIME%%</span>]</font>
33 </P>
34 <P>
35 If you cannot move to the page automatically, click the following. Or restart the browser.
36 </P>
37 <P>
38 <a href="%%REDIRECTEDURL%%">NEXT</a>
39 </P>
40 <hr>
41 Saga University
42 </BODY>
43 </HTML>