update docblock
[linksys-wrt3g-tools.git] / tests / index_wstatus1-connected-good.htm
1 <!--
2 *********************************************************
3 *   Copyright 2003, CyberTAN  Inc.  All Rights Reserved *
4 *********************************************************
5
6 This is UNPUBLISHED PROPRIETARY SOURCE CODE of CyberTAN Inc.
7 the contents of this file may not be disclosed to third parties,
8 copied or duplicated in any form without the prior written
9 permission of CyberTAN Inc.
10
11 This software should be used as a reference only, and it not
12 intended for production use!
13
14
15 THIS SOFTWARE IS OFFERED "AS IS", AND CYBERTAN GRANTS NO WARRANTIES OF ANY
16 KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE.  CYBERTAN
17 SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
18 FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE
19 -->
20
21
22 <HTML><HEAD><TITLE>WWAN Status</TITLE>
23 <meta http-equiv="expires" content="0">
24 <meta http-equiv="cache-control" content="no-cache">
25 <meta http-equiv="pragma" content="no-cache">
26
27 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
28
29 <link rel="stylesheet" type="text/css" href="style.css">
30 <style fprolloverstyle>
31 A:hover {color: #00FFFF}
32 .small A:hover {color: #00FFFF}
33 </style>
34 <script src="common.js"></script>
35 <SCRIPT language="javascript" type="text/javascript" src="lang_pack/layout.js"></SCRIPT>
36 <SCRIPT language="javascript" type="text/javascript" src="lang_pack/gprs.js"></SCRIPT>
37 <SCRIPT language=JavaScript>
38 var value=0;
39 function Refresh()
40 {
41         var net_name = "BASE DE";
42         var refresh_time = "60000";
43         if(refresh_time == "60000")  refresh_time = 20000;
44         if( ( net_name == "Acquiring" ) && (  refresh_time > "5000") )
45         {
46                 //refresh_time = "15000";
47                 refresh_time = "3000";
48         }
49         if(refresh_time == "")  refresh_time = 20000;
50         if (value>=1)
51         {
52                 window.location.replace("index_wstatus1.asp");
53         }
54         value++;
55         timerID=setTimeout("Refresh()",refresh_time);
56 }
57 </SCRIPT>
58 </HEAD>
59 <BODY onload=Refresh();>
60 <!-- TABLE vlign=top align=left height=90 cellSpacing=0 cellPadding=0 border=0 width=397 style="margin-left: -5" --> 
61 <TABLE vlign=top align=left height=90 cellSpacing=0 cellPadding=0 border=0 width=397> 
62         <TR>
63           <TD width=102>&nbsp;<script>Capture(GPRS_MSG.WWBEAR)</script>&nbsp;:&nbsp;</TD>
64           <TD width=295><B><script>Capture(GPRS_MSG.WWBEAR_GPRS)</script></B></TD>
65
66         <TR>
67           <TD width=102>&nbsp;<script>Capture(GPRS_MSG.NNAME)</script>&nbsp;:&nbsp;</TD>
68           <TD width=295><B>BASE DE</B></TD>
69
70          <TR>
71           <TD width=102>&nbsp;<script>Capture(GPRS_MSG.STRENGTH)</script>&nbsp;:&nbsp;</TD>
72           <TD width=295><B><script>Capture(GPRS_MSG.GOOD)</script></B></TD>
73 </TABLE>
74 </BODY>
75 </HTML>