www.usr.com/support/gpl/USR9113_release1.0.tar.gz
[bcm963xx.git] / userapps / broadcom / cfm / html / berstart.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <!--
3         (c) 2005 U.S. Robotics Corporation
4 -->
5 <html>
6 <head>
7         <title>ADSL BER Test</title>
8
9         <link href="usr_layout.css" type="text/css" rel="stylesheet" /><script src="usr_layout.js" type="text/javascript"></script>
10         <link href="usr_device.css" type="text/css" rel="stylesheet" /><script src="usr_device.js" type="text/javascript"></script><link href="usr_91xx.css" type="text/css" rel="stylesheet" /><script src="usr_91xx.js" type="text/javascript"></script><script src="usr_resources.js" type="text/javascript"></script>
11
12 <meta HTTP-EQUIV='Pragma' CONTENT='no-cache'>
13
14 <script type="text/javascript">
15 <!-- hide
16
17
18 function btnStart() {
19    var loc = 'berrun.tst?';
20
21    with ( document.forms[0] ) {
22       var idx = berTime.selectedIndex;
23       var val = berTime.options[idx].value;
24       loc += 'berTime=' + val;
25    }
26
27    var code = 'location = "' + loc + '"';
28    eval(code);
29 }
30
31 function btnClose() {
32    window.close();
33 }
34
35 // done hiding -->
36 </script>
37 <base target="_self">
38 </head>
39
40 <body>
41
42 <script type="text/javascript">
43         writeHeader("ADSL BER Test");
44 </script>
45
46 <h3>Start</h3>
47
48 <p>The ADSL Bit Error Rate (BER) test determines the quality of the ADSL connection.
49 The test is done by transferring idle cells containing a known pattern and
50 comparing the received data with this known pattern to check for any errors.</p>
51 <p>Select the test duration below and click <b>Start</b>.</p>
52
53 <form>
54 <p>Tested time: <select name='berTime' id='berTime'>
55       <option value=1>1</option>
56       <option value=5>5</option>
57       <option value=10>10</option>
58       <option value=20 selected>20</option>
59       <option value=60>60</option>
60       <option value=120>120</option>
61       <option value=180>180</option>
62       <option value=240>240</option>
63       <option value=300>300</option>
64       <option value=360>360</option>
65     </select> seconds</p>
66
67 <p><input type='button' onClick='btnStart()' value=' Start '><!--<input type='button' onClick='btnClose()' value='Close'>--></p>
68 </form>
69
70 <script type="text/javascript">
71         writeFooter();
72 </script>
73
74 </body>
75 </html>