嗯,没错,我也在hosts中屏蔽掉了,但偶尔还是会出个空白窗口,呵呵。
今天才截获到关键代码,电信局会把某一次访问请求截留,给出一个特定的内容,如下,会使浏览器弹出几个窗口,然后马上自动刷新以接收用户要访问的内容蒙骗用户。
<HTML><script language="JavaScript">
function newwin()
{var urlname;var win_attr;win_attr='toolbar=no,menubar=no,scrollbars=yes,status=no,
location=no,resizable=yes,fullscreen=no,directories=no,width=680,height=580,top=0,left=0 ';window.open('http://ad.greenet.cn/push/hn0629/hn.htm','ips_win0',win_attr);
win_attr='toolbar=no,menubar=yes,scrollbars=yes,status=no,
location=no,resizable=yes,fullscreen=no,directories=no,width=400,height=500,top=0,left=0 ';window.open('http://ad.greenet.cn/push/hn0711/index.htm','ips_win1',win_attr);
}
</script>
<head><title></title><META HTTP-EQUIV="Pragma" CONTENT="no-cache"><META http-equiv="Content-Type" content="text/html;charset=gb2312"><meta http-equiv="Refresh" content="0; url=http://www.ikaka.com/"></head><body
onload='newwin()'> </body></html>