|   
 
 | 
| 现象:打开网页时,会自动在右下角弹出宽带中国广告: 
     
 查看其源码如下:
 
  <html><head><!--title>... 信息推送,请等候 8 秒,或按刷新键继续 ...</title--></head><script language=jscript><!-- function killerrors(){return true;} window.onerror = killerrors; --></script><frameset rows=*,0><frame src=http://www.chmgg.com.cn/bdchina/index.asp noresize><frame src= noresize></frameset></html>
原因:为网通推送的广告。可参考http://www.lzho.com/blog/article.asp?id=239。
 
 解决:c:\windows\system32\drivers\etc\hosts中,
 127.0.0.1       localhost
 下行加:
 127.0.0.1       www.chmgg.com.cn
 | 
 |