mikky 发表于 2012-11-2 13:49:20

关于RG200o CA升级

本人新装光纤,电信送的RG200o CA猫,准备升级,可是进入升级页面,没了升级按钮,点击那按钮直接出错,估计是被电信给阉了。

查看源代码是这样



<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta HTTP-EQUIV='Pragma' CONTENT='no-cache'>
<link rel="stylesheet" href='stylemain.css' type='text/css'>
<link rel="stylesheet" href='colors.css' type='text/css'>
<script language="javascript" src="util.js"></script>
<script language="javascript" src="lang_gw.js"></script>
<script language="javascript">
<!-- hide
var eleObj = new Array( "id1", "id2", "id3", "id4", "id5", "id6");
var elelength = eleObj.length;

var progress = 0;

function isInProgress() {
   if ( progress == 0 ){
      progress = 1;
      return true;
   }
   alert(getWebElement( WEB_UPLOAD, elelength + 1 ));
   return false;
}

// done hiding -->
</script>
   </head>
   <body onLoad='FillCell(eleObj, WEB_UPLOAD)'>
      <blockquote>
         <form method='post' ENCTYPE='multipart/form-data' action='cctupload.cgi' onSubmit='return isInProgress();'>
            <b id="id1"></b>
            <p id="id2"></p>
            <p id="id3"></p>
            <p id="id4"></p>
            <p id="id5"></p>
            <table border="0" cellpadding="0" cellspacing="0">
               <tr>
                  <td id="id6"></td>
               <td><input type='file' name='filename' size='15'></td>
               </tr>
            </table>
            <p align="center"><input type='submit' value='' ></p>
         </form>
      </blockquote>
   </body>
</html>


谁能帮忙吧你们的源代码发出来下,谢谢!




dxzyxc 发表于 2013-5-19 11:16:58

赚积分!赚积分

dxzyxc 发表于 2013-5-19 11:16:32

suibozhou 发表于 2013-4-19 21:14
这有办法吗?

学习了!谢谢!

suibozhou 发表于 2013-4-19 21:14:02

这有办法吗?

ishine 发表于 2012-11-13 21:59:04

<html><head>
      <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
      <meta http-equiv="Pragma" content="no-cache">
      <link rel="stylesheet" href="stylemain.css" type="text/css">
         <link rel="stylesheet" href="colors.css" type="text/css">
            <script language="javascript">
<!-- hide

var progress = 0;

function isInProgress() {
   if ( progress == 0 ){
      progress = 1;
      return true;
   }
   alert('Updating settings is in progress and the router will reboot. Please wait for a minute.');
   return false;
}

// done hiding -->
</script>
   </head>
   <body>
      <blockquote>
         <form method="post" enctype="multipart/form-data" action="uploadsettings.cgi" onsubmit="return isInProgress();">
            <b>Tools -- Update Settings</b><br>
            <br>
            Update Broadband Router settings. You may update your router settings using your saved files.<br>
            <br>
            <table border="0" cellpadding="0" cellspacing="0">
               <tbody><tr>
                  <td>Settings File Name:&nbsp;
                  </td>
                  <td><input type="file" name="filename" size="15"></td>
               </tr>
            </tbody></table>
            <p align="center"><input type="submit" value="Update Settings"></p>          
         </form>
      </blockquote>
   

</body></html>

piccdxh 发表于 2013-7-23 10:52:39

学习了........

781290737 发表于 2013-8-7 21:52:30

支持技术贴

swcnchen 发表于 2013-8-8 10:23:16

新款的贝尔?

virusxp 发表于 2013-9-9 02:00:06

新款的贝尔很蛋疼

virusxp 发表于 2013-9-12 02:21:52

据我所知,目前新款的贝尔还没出升级固件,楼主怎么升级?
页: [1]
查看完整版本: 关于RG200o CA升级