www.usr.com/support/gpl/USR9107_release.1.4.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>Start</title>
8
9         <link href="usr_main.css" rel="stylesheet" type="text/css">
10         <link href="usr_menus.css" rel="stylesheet" type="text/css"><script src="usr_menus.js" type="text/javascript"></script><script src="usr_menus_build.js" type="text/javascript"></script>
11         <script src="usr_common.js" type="text/javascript"></script>
12
13 <meta HTTP-EQUIV='Pragma' CONTENT='no-cache'>
14
15 <script type="text/javascript">
16 <!-- hide
17 setPageTitle("<%ejGetWlJS(wlInterface)%>");
18
19 function btnStart() {
20    var loc = 'berrun.tst?';
21
22    with ( document.forms[0] ) {
23       var idx = berTime.selectedIndex;
24       var val = berTime.options[idx].value;
25       loc += 'berTime=' + val;
26    }
27
28    var code = 'location = "' + loc + '"';
29    eval(code);
30 }
31
32 function btnClose() {
33    window.close();
34 }
35
36 // done hiding -->
37 </script>
38 <base target="_self">
39 </head>
40
41 <body>
42
43 <script type="text/javascript">
44         writeHeaderInfo("ADSL BER Test");
45 </script>
46
47 <h3>Start</h3>
48
49 <p>The ADSL Bit Error Rate (BER) test determines the quality of the ADSL connection.
50 The test is done by transferring idle cells containing a known pattern and
51 comparing the received data with this known pattern to check for any errors.</p>
52 <p>Select the test duration below and click <b>Start</b>.</p>
53
54 <form>
55 <p>Tested time: <select name='berTime' id='berTime'>
56       <option value=1>1</option>
57       <option value=5>5</option>
58       <option value=10>10</option>
59       <option value=20 selected>20</option>
60       <option value=60>60</option>
61       <option value=120>120</option>
62       <option value=180>180</option>
63       <option value=240>240</option>
64       <option value=300>300</option>
65       <option value=360>360</option>
66     </select> seconds</p>
67
68 <p><input type='button' onClick='btnStart()' value=' Start '><!--<input type='button' onClick='btnClose()' value='Close'>--></p>
69 </form>
70
71 <script type="text/javascript">
72         writeFooter();
73 </script>
74
75 </body>
76 </html>