http://downloads.netgear.com/files/GPL/GPL_Source_V361j_DM111PSP_series_consumer_rele...
[bcm963xx.git] / userapps / broadcom / cfm / html / berstart.html
index 3af2e14..95060e9 100755 (executable)
@@ -1,22 +1,24 @@
 <html>
 <head>
 <meta HTTP-EQUIV='Pragma' CONTENT='no-cache'>
+<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>
 <link rel=stylesheet href='stylemain.css' type='text/css'>
 <link rel=stylesheet href='colors.css' type='text/css'>
 <script language="javascript">
 <!-- hide
 
 function btnStart() {
-   var loc = 'berrun.tst?';
+       var loc = 'berrun.tst?';
 
-   with ( document.forms[0] ) {
-      var idx = berTime.selectedIndex;
-      var val = berTime.options[idx].value;
-      loc += 'berTime=' + val;
-   }
+       with ( document.forms[0] ) {
+       var idx = berTime.selectedIndex;
+       var val = berTime.options[idx].value;
+       loc += 'berTime=' + val;
+       }
 
-   var code = 'location="' + loc + '"';
-   eval(code);
+       var code = 'window.location.href="/'; // for Mac safari browser compatibility\r
+       code += loc + '"';
+       eval(code);
 }
 
 function btnClose() {
@@ -28,16 +30,25 @@ function btnClose() {
 <base target="_self">
 </head>
 
-<body>
-<blockquote>
-<form>
-<b>ADSL BER Test - Start</b><br><br>
-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>
-Select the test duration below and click &quot;Start&quot;.<br>
-<br>
-<table border="0" cellpadding="0" cellspacing="0">
+<body class=pop>
+
+<form class="formpadding">
+<table border="0" cellpadding="0" cellspacing="3" width="98%">
+<tr>
+  <td><b><font class="netgear">ADSL BER Test - Start</font></b></td>
+</tr>
+<tr><td>&nbsp;</td></tr>
+<tr>\r
+  <td background="liteblue.gif" height="12">&nbsp;</td>\r
+</tr>
+<tr>
+  <td>
+<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>
+Select the test duration below and click "Start".</font><br>
+  </td>
+</tr>
+</table>
+<table border="0" cellpadding="0" cellspacing="3" width="98%">
   <tr>
     <td width="120">Tested Time (sec):  </td>
     <td><select name='berTime' size=1>
@@ -54,8 +65,15 @@ Select the test duration below and click &quot;Start&quot;.<br>
     </select></td>
   </tr>
 </table>
-<p align="center"><input type='button' onClick='btnStart()' value='Start'><input type='button' onClick='btnClose()' value='Close'>
+<table border="0" cellpadding="0" cellspacing="3" width="98%">
+<tr>\r
+  <td background="liteblue.gif" height="12">&nbsp;</td>\r
+</tr>
+<tr>
+  <td align="right"><input type='button' onClick='btnStart()' value='Start'>&nbsp;<input type='button' onClick='btnClose()' value='Close'></td>
+</tr>
+</table>
 </form>
-</blockquote>
+
 </body>
 </html>