http://downloads.netgear.com/files/GPL/DM111PSP_v3.61d_GPL.tar.gz
[bcm963xx.git] / userapps / broadcom / cfm / html / vpivcierr.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 btnBack() {
10    var loc = 'vpivci.html';
11
12    var code = 'location="' + loc + '"';
13    eval(code);
14 }
15
16 function btnWan() {
17    var loc = 'wancfg.cmd';
18
19    var code = 'location="' + loc + '"';
20    eval(code);
21 }
22
23 // done hiding -->
24 </script>
25 </head>
26
27 <body>
28 <blockquote>
29 <b>VPI/VCI Configuration Error</b><br><br>
30 The Quick Setup only allows to add the new VPI/VCI that is not in used.
31 <br><br>
32 Click on "Back" button to configure the new VPI/VCI.
33 <br><br>
34 Or
35 <br><br>
36 Click on "Wan Configuration" button to edit the existed VPI/VCI.
37 <br><br><br>
38 <center>
39 <input type='button' onClick='btnBack()' value='Back'>
40 <input type='button' onClick='btnWan()' value='WAN Configuration'>
41 </center>
42 </blockquote>
43 </body>
44 </html>