关于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>
谁能帮忙吧你们的源代码发出来下,谢谢!
赚积分!赚积分 suibozhou 发表于 2013-4-19 21:14
这有办法吗?
学习了!谢谢! 这有办法吗? <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:
</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> 学习了........ 支持技术贴 新款的贝尔? 新款的贝尔很蛋疼 据我所知,目前新款的贝尔还没出升级固件,楼主怎么升级?
页:
[1]