3af2e149590044930a7676e7664565d9531cab7b
[bcm963xx.git] / userapps / broadcom / cfm / html / berstart.html
1 <html>
2 <head>
3 <meta HTTP-EQUIV='Pragma' CONTENT='no-cache'>
4 <link rel=stylesheet href='stylemain.css' type='text/css'>
5 <link rel=stylesheet href='colors.css' type='text/css'>
6 <script language="javascript">
7 <!-- hide
8
9 function btnStart() {
10    var loc = 'berrun.tst?';
11
12    with ( document.forms[0] ) {
13       var idx = berTime.selectedIndex;
14       var val = berTime.options[idx].value;
15       loc += 'berTime=' + val;
16    }
17
18    var code = 'location="' + loc + '"';
19    eval(code);
20 }
21
22 function btnClose() {
23    window.close();
24 }
25
26 // done hiding -->
27 </script>
28 <base target="_self">
29 </head>
30
31 <body>
32 <blockquote>
33 <form>
34 <b>ADSL BER Test - Start</b><br><br>
35 The ADSL Bit Error Rate (BER) test determines the quality of the ADSL connection.
36 The test is done by transferring idle cells containing a known pattern and
37 comparing the received data with this known pattern to check for any errors.&nbsp;<br><br>
38 Select the test duration below and click &quot;Start&quot;.<br>
39 <br>
40 <table border="0" cellpadding="0" cellspacing="0">
41   <tr>
42     <td width="120">Tested Time (sec):  </td>
43     <td><select name='berTime' size=1>
44       <option value=1>1
45       <option value=5>5
46       <option value=10>10
47       <option value=20 selected>20
48       <option value=60>60
49       <option value=120>120
50       <option value=180>180
51       <option value=240>240
52       <option value=300>300
53       <option value=360>360
54     </select></td>
55   </tr>
56 </table>
57 <p align="center"><input type='button' onClick='btnStart()' value='Start'><input type='button' onClick='btnClose()' value='Close'>
58 </form>
59 </blockquote>
60 </body>
61 </html>