分享
 
 
 

webjx.com 完美修复你浏览器的源码

王朝other·作者佚名  2006-11-24
窄屏简体版  字體: |||超大  

有什么问题请到<a href='/bbs/forums.php?fid=21'>论坛</a>中发表<br>

<!--# 特效来源:http://www.webjx.com/js -->

<!-- 完整的HTML代码如下: -->

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

<title>网页教学网-特效代码->>常用功能_修复浏览器</title>

<style type="text/css">

<!--

td{ font-size: 14px; line-height: 150%}

A:LINK{color:#070F9F}

A:VISITED{color:#0033cc}

A:HOVER{color:#CF1356}

.t1 { font-size: 14px; line-height: 140%; font-weight: bold}

.t2 { font-size: 12px; line-height: 140%; }

-->

</style>

<script language="JavaScript">

<!--

function OpenWindowAtCenter( Url, wWidth, wHeight)

{

pleft = ( window.screen.availWidth - wWidth ) / 2;

ptop = ( window.screen.availHeight - wHeight ) / 2;

flags = "width=" + wWidth + ", height=" + wHeight + ", top=" + ptop + ", left=" + pleft + ", resizable=0, location=0, menubar=0, scrollbars=0, status=0, toolbar=0";

window.open( Url,"",flags);

}

function MM_reloadPage(init) { //reloads the window if Nav4 resized

if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {

document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}

else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();

}

MM_reloadPage(true);

// -->

function MM_openBrWindow(theURL,winName,features) { //v2.0

window.open(theURL,winName,features);

}

function TestClean()

{

newwin = window.open('test_clean.htm', 'NewWin', 'top=2000 left=2000 width=3 height=3');

newwin.moveTo(2000, 2000);

}

//-->

</script>

<script language="javascript">

<!--

//辨别操作系统的函数

function checksystem()

{

a = navigator.appVersion.indexOf("Windows ");

strtemp = navigator.appVersion.substring(a+8,a+10);

if("9"==navigator.appVersion.substring(a+8,a+9))

return 0; //alert("9x system");//

else if(strtemp=="NT")

{

if("NT 4"==navigator.appVersion.substring(a+8,a+12))

return 1; //alert("NT system");//

else if("NT 5"==navigator.appVersion.substring(a+8,a+12))

return 2; //alert("2000 system");//

else

return 3;//alert("NTServer system");//

}

else return -1; //alert("Unknow system");//

}

function IeVer()

{

Ver = navigator.appVersion;

str = "MSIE "; end = ";";

//alert(Ver.charAt(Ver.indexOf(str)+5)+Ver.charAt(Ver.indexOf(str)+6)+Ver..charAt(Ver.indexOf(str)+7));

if(Ver.charAt(Ver.indexOf(str)+5)>="5")

return true;

else

return false;

}

ExplorerVer = IeVer();

//加载后执行恢复功能的代码

function Execute()

{

if( IeVer() == true )

{

var strExecute;

eservice.EasyFunction(4,"",0,0,strExecute); //修复IE标题为默认

eservice.EasyFunction(5,"",0,0,strExecute); //修复IE起始页为空页

eservice.EasyFunction(6,"",0,0,strExecute); //取消对IE的非法限制

eservice.EasyFunction(20,"SETALL=0",0,0,strExecute); //同上

eservice.EasyFunction(7,"",0,0,strExecute); //取消对注册表编辑器的非法限制

alert("已经成功地修复了您的浏览器!");

}

else

{

alert("对不起,您的浏览器版本较低。请升级到IE 5.0 以上版本!");

}

return false;

}

//加载魔法石 Object 的代码

if( ExplorerVer == true )

{

retval = checksystem();

if(-1 != retval)

{

if( 0 == retval )

document.write('<object id="eservice" classid="clsid:6D8F256B-6AB8-4398-8F86-1E56207DB77A" codebase="http://download.3721.com/download/eservice_win9x.cab#version=1,0,1,3" height=0 width=0></object>');

else

document.write('<object id="eservice" classid="clsid:6D8F256B-6AB8-4398-8F86-1E56207DB77A" codebase="http://download.3721.com/download/eservice_winnt.cab#version=1,0,1,3" height=0 width=0></object>');

}

}

//-->

</script>

</head>

<body leftmargin="0" topmargin="0">

<table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr>

<td width="90" valign="top"></td>

<td width="711" valign="top"><table width="97%" border="0" cellspacing="0" cellpadding="4">

<tr>

<td height="40"> <p> Webjx.com 完整修复你的浏览器源码</td>

</tr>

<tr>

<td height="1" bgcolor="#9A9A9A"></td>

</tr>

<tr>

<td>上网过程中,有些网站恶意修改了您的浏览器,使您的电脑“中毒”,以下是常见症状:</td>

</tr>

<tr>

<td><table width="90%" border="0" cellpadding="5" cellspacing="1" bgcolor="BCC8D3">

<tr>

<td bgcolor="F5F5F5" class="t2">

<ul>

<li>IE浏览器的窗口标题被篡改</li>

<li>IE起始页被篡改</li>

<li>IE的某些选项菜单被隐藏或禁用</li>

<li>注册表编辑器(regedit.exe)无法运行</li>

<li>其他类似问题</li>

</ul></td>

</tr>

</table>

<table width="100%" border="0" cellpadding="5" cellspacing="0">

<tr>

<td class="t1" width="65%">要修复上述问题,请点击-> </td>

<td class="t1" width="25%">

<div align="right">

<input type="submit" name="Submit2" value="立即修复" onClick="javascript:Execute();">

</div>

</td>

<td class="t1" width="10%"></td>

</tr>

<tr>

<td align="right" height="45" colspan="3"> </td>

</tr>

</table>

</td>

</tr>

</table></td>

</tr>

</table>

</body>

</html>

[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
推荐阅读
 
 
 
>>返回首頁<<
 
靜靜地坐在廢墟上,四周的荒凉一望無際,忽然覺得,淒涼也很美
© 2005- 王朝網路 版權所有