http://downloads.netgear.com/files/GPL/GPL_Source_V361j_DM111PSP_series_consumer_rele...
[bcm963xx.git] / userapps / broadcom / cfm / html / berstart.html
1 <html>
2 <head>
3 <meta HTTP-EQUIV='Pragma' CONTENT='no-cache'>
4 <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>
5 <link rel=stylesheet href='stylemain.css' type='text/css'>
6 <link rel=stylesheet href='colors.css' type='text/css'>
7 <script language="javascript">
8 <!-- hide
9
10 function btnStart() {
11         var loc = 'berrun.tst?';
12
13         with ( document.forms[0] ) {
14         var idx = berTime.selectedIndex;
15         var val = berTime.options[idx].value;
16         loc += 'berTime=' + val;
17         }
18
19         var code = 'window.location.href="/'; // for Mac safari browser compatibility\r
20         code += loc + '"';
21         eval(code);
22 }
23
24 function btnClose() {
25    window.close();
26 }
27
28 // done hiding -->
29 </script>
30 <base target="_self">
31 </head>
32
33 <body class=pop>
34
35 <form class="formpadding">
36 <table border="0" cellpadding="0" cellspacing="3" width="98%">
37 <tr>
38   <td><b><font class="netgear">ADSL BER Test - Start</font></b></td>
39 </tr>
40 <tr><td>&nbsp;</td></tr>
41 <tr>\r
42   <td background="liteblue.gif" height="12">&nbsp;</td>\r
43 </tr>
44 <tr>
45   <td>
46 <font class="normaltext">The ADSL Bit Error Rate (BER) test determines the quality of the ADSL connection. The test is done by transferring idle cells containing a known pattern and comparing the received data with this known pattern to check for any errors.&nbsp;<br><br>
47 Select the test duration below and click "Start".</font><br>
48   </td>
49 </tr>
50 </table>
51 <table border="0" cellpadding="0" cellspacing="3" width="98%">
52   <tr>
53     <td width="120">Tested Time (sec):  </td>
54     <td><select name='berTime' size=1>
55       <option value=1>1
56       <option value=5>5
57       <option value=10>10
58       <option value=20 selected>20
59       <option value=60>60
60       <option value=120>120
61       <option value=180>180
62       <option value=240>240
63       <option value=300>300
64       <option value=360>360
65     </select></td>
66   </tr>
67 </table>
68 <table border="0" cellpadding="0" cellspacing="3" width="98%">
69 <tr>\r
70   <td background="liteblue.gif" height="12">&nbsp;</td>\r
71 </tr>
72 <tr>
73   <td align="right"><input type='button' onClick='btnStart()' value='Start'>&nbsp;<input type='button' onClick='btnClose()' value='Close'></td>
74 </tr>
75 </table>
76 </form>
77
78 </body>
79 </html>