回复:浏览器打开页面被嵌套了
这是登入
www.baidu.com不正常显示的源文件(症状是页面位置不对,然后会弹出无法显示之类的东东)
<html>
<head>
<script language="javascript">
<!--
var destURL="http://www.baidu.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.baidu.com/\");<\/script><\/html>";
}
//-->
</script>
</head>
<FRAMESET rows="100,*" FRAMEspacing=0 frameborder=0>
<FRAME name="ad" src="http://10.8.0.180:8899/adpages/ad080811115034.htm" noresize scrolling="no">
<FRAME name="go" src="JavaScript:parent.goURL();" marginwidth="0" scrolling="auto">
</FRAMESET>
</html>