http://downloads.netgear.com/files/GPL/DM111PSP_v3.61d_GPL.tar.gz
[bcm963xx.git] / userapps / broadcom / cfm / html / restoreinfo.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 restore() {
10    var enblPopWin = '<%ejGet(enblPopWin)%>';
11    var loc = 'main.html';
12    var code = 'window.top.location="' + loc + '"';
13
14    if ( enblPopWin == '1' ) {
15       loc = 'index.html';
16       code = 'location="' + loc + '"';
17    }
18
19    eval(code);
20 }
21
22 function frmLoad() {
23    setTimeout("restore()", 60000);
24 }
25
26 // done hiding -->
27 </script>
28 </head>
29
30 <body onLoad='frmLoad()'>
31 <blockquote>
32 <b>DSL Router Restore</b><br><br>
33 The DSL Router configuration has been restored to default settings and the
34 router is rebooting.<br><br>
35 Close the DSL Router Configuration window and wait for 2 minutes before
36 reopening your web browser. If necessary, reconfigure your PC's IP address to
37 match your new configuration.
38 </blockquote>
39 </body>
40 </html>