35876bbc330bb0ed2f114b2c07a1e563fcd3e914
[bcm963xx.git] / userapps / broadcom / cfm / html / pppautherr.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 var prtcl = '<%ejGetOther(memInfo, ntwkPrtcl)%>';
9 var username = '<%ejGet(pppUserName)%>';
10 var password = '<%ejGet(pppPassword)%>';
11
12 function btnBack() {
13    var loc = 'pppoe.html';
14
15    var code = 'location="' + loc + '"';
16    eval(code);
17 }
18
19 // done hiding -->
20 </script>
21 </head>
22
23 <body>
24 <blockquote>
25 <b>PPP Authentication Error</b><br><br>
26 <script language="javascript">
27 <!-- hide
28    var passwd = '';
29    for ( i = 0; i < password.length; i++ )
30       passwd += '*';
31
32    switch ( prtcl ) {
33       case 'PPPoA':
34          msg = 'The DSL Router can not setup a PPPoA connection ';
35          break;
36       default:
37          msg = 'The DSL Router can not setup a PPPoE connection ';
38          break;
39    }
40    msg += 'using <b>"' + username + '"</b> as its username, ';
41    msg += 'and <b>"' + passwd + '"</b> as its password.<br><br>';
42    document.writeln(msg);
43    msg = 'Please check your username and password, and click ';
44    msg += 'on the "Back" button to try again.<br><br><br>';
45    document.writeln(msg);
46 // done hiding -->
47 </script>
48 <center>
49 <input type='button' onClick='btnBack()' value='Back'>
50 </center>
51 </blockquote>
52 </body>
53 </html>