http://downloads.netgear.com/files/GPL/GPL_Source_V361j_DM111PSP_series_consumer_rele...
[bcm963xx.git] / userapps / broadcom / cfm / html / resetrouter.html
1 <html>
2    <head>
3       <meta HTTP-EQUIV='Pragma' CONTENT='no-cache'>
4       <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>
5       <link rel="stylesheet" href='stylemain.css' type='text/css'>
6          <link rel="stylesheet" href='colors.css' type='text/css'>
7             <script language="javascript">
8 <!-- hide
9 parent.helpframe.location.href="hlpreboot.html";
10
11 var randomNum = '<%ejGet(CheckNum)%>';
12
13 function btnReset() {
14         var temp=document.tF0.checkbox1.checked;
15    
16         if(temp!=true){   
17                 var loc = 'rebootinfo.cgi';
18                 loc += '?checkNum=' + randomNum;
19                 loc += '&quickSetup=0';
20                 var code = 'window.location.href="/';
21                 code += loc + '"';
22                 eval(code);
23         } else {
24                 var loc = 'restoreinfo.cgi';
25                 loc += '?checkNum=' + randomNum;
26                 var code = 'window.location.href="/';
27                 code += loc + '"';
28                 eval(code);
29         }
30    
31 }
32
33 // done hiding -->
34 </script>
35    </head>
36    <body>
37    
38    <form name="tF0" class="formpadding">
39      <table border="0" width="440" cellspacing="0" cellpadding="0">
40      <tr><td colspan="2"><b><font class="netgear">Reset Router</font></b></tr>     
41 <tr>\r
42   <td colspan="2" background="liteblue.gif" height="12">&nbsp;</td>\r
43 </tr>
44      <tr><td colspan="2">&nbsp;</tr>
45      <tr><td>This page allows you to restart your ADSL router after changing settings that require
46      rebooting. It also allows you to reset all settings to factory default settings if you have problems
47      with your current configuration.</td></tr>
48      <tr><td colspan="2">&nbsp;</tr>
49      <tr><td><input type='checkbox' name="checkbox1" value="ON">&nbsp;Reset to factory default settings</tr><td>
50      <tr><td>&nbsp;</td></tr>
51      </table>
52      <table border="0" cellpadding="0" cellspacing="0" width="440">
53          <tr>\r
54           <td colspan="2" background="liteblue.gif" height="12">&nbsp;</td>\r
55          </tr>
56          </table>
57      <table border="0" width="440" cellspacing="0" cellpadding="0">
58      <tr align="left">
59      <td width="73"><input type='button' onClick='btnReset()' value='Reboot'></td>
60      <td class="grey_comment" width="367">After clicking "Reboot", please wait for 2 minutes to let the system reboot.</td>
61      </tr>
62      </table>
63      
64      </form>
65      
66    </body>
67 </html>