怎样解除木马对网叶的屏蔽

发布时间:2024-05-18 05:00 发布:上海旅游网

问题描述:

太复杂了,不明白

问题解答:

解除网页屏蔽的另一种方法

1、/**//*author:livahu
**2006-12-22
**下面代码的解释
**document.onselectstart=function(){return false;} 屏蔽选中事件
**document.oncontextmenu=function(){return false;} 屏蔽右键菜单
**document.onmousedown=function(){
**if(event.button==2)return false;
**} 另一种屏蔽右键菜单
**document.onkeydown=function(){
**if(event.ctrlKey)return false;
**} 屏蔽ctrl按键
**/

2、javascript:void(document.onselectstart = document.oncontextmenu = document.onmousedown = document.onkeydown = function(){return true;});

将上述代码放入浏览器地址栏就OK了

安全模式下杀毒,就可以了。

不能治标不治本啊!还是先得把木马干掉,用EWIAO吧,查杀木马效果很好

热点新闻