www.usr.com/support/gpl/USR9113_release1.0.tar.gz
[bcm963xx.git] / userapps / broadcom / cfm / html / restoreinfo.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>Restore Defaults</title>
8
9         <link href="usr_layout.css" type="text/css" rel="stylesheet" /><script src="usr_layout.js" type="text/javascript"></script>
10         <link href="usr_device.css" type="text/css" rel="stylesheet" /><script src="usr_device.js" type="text/javascript"></script><link href="usr_91xx.css" type="text/css" rel="stylesheet" /><script src="usr_91xx.js" type="text/javascript"></script><script src="usr_resources.js" type="text/javascript"></script>
11
12 <meta HTTP-EQUIV='Pragma' CONTENT='no-cache'>
13
14 <script type="text/javascript">
15 <!-- hide
16
17
18 var waitTime=60;                   // NUMBER OF SECONDS FOR PROGRESSBAR
19 var idxNum = 0;
20
21 var action = function restore() {
22
23    var loc = 'index.html';     //USR9106 Refresh whole window.
24    var code = 'top.location = "' + loc + '"';
25    eval(code);
26 }
27
28 function frmLoad() {
29 //   setTimeout("restore()", 60000);
30    progressBarInit();
31 }
32
33 // done hiding -->
34 </script>
35 </head>
36
37 <body onload="frmLoad();">
38
39 <script type="text/javascript">
40         writeHeader("Router Restore Defaults");
41 </script>
42
43 <p>The router&rsquo;s configuration has been restored to default and the
44 router is restarting.</p>
45
46 <p>This will take about one minute.
47 If the router&rsquo;s IP address has been modified,
48 you may need to renew your connection to the router.
49 (One way to do this is to restart your computer.)
50 </p>
51
52 <p><b>Please do not turn off the power or disconnect any cables until this process is complete.</b></p>
53
54 <script type="text/javascript" src="timerbar.js"></script>
55
56
57
58 <script type="text/javascript">
59         writeFooter();
60 </script>
61
62 </body>
63 </html>