浏览器打开页面被嵌套了
用IE浏览器打开部分网页,页面就会被一个FRAME嵌套,在正常网页上面加上一部分,加的部分地址是
http://10.8.0.180:8899/adpages/ad080811104333.htm但是打不开。
不过浏览器时常也会自己在新的窗口中间弹出这个
http://10.8.0.180:8899/adpages/ad080811104333.htm页面。
怎么解决?瑞星和卡卡查不出来,谢谢高手帮忙!
比如我打开Google,结果源代码会成这样:
<!--
var destURL="http://www.google.com/";
if (top.location != self.location) {window.close();location.replace(destURL);}
setTimeout("top.location.href=destURL",30000 );
function goURL()
{
return "document.location.replace(\"http://www.google.com/\");<\/script><\/html>";
}
//-->
<html>
<head>
<script language="javascript">
<!--
var destURL="http://www.google.com/";
if (top.location != self.location) {window.close();location.replace(destURL);}
setTimeout("top.location.href=destURL",30000 );
function goURL()
{
return "<html></head><script Language=\"JavaScript\">document.location.replace(\"http://www.google.com/\");<\/script><\/html>";
}
//-->
</script>
</head>
<FRAMESET rows="100,*" FRAMEspacing=0 frameborder=0>
<FRAME name="ad" src="http://10.8.0.180:8899/adpages/ad080811104333.htm" noresize scrolling="no">
<FRAME name="go" src="JavaScript:parent.goURL();" marginwidth="0" scrolling="auto">
</FRAMESET>
</html>
用户系统信息:Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; InfoPath.2; Tablet PC 2.0)