电信失败的广告代码

这是我让电信帮我屏蔽广告后打开网页时得到的。

<html>
<body scroll='no' style='border:0;margin:0;padding:0;'>
<iframe src='http://www.photonvps.com/vps.html?' width='100%' height='100%' frameborder='0'></iframe>
<iframe src='about:blank' frameborder='0' id='frmContent'></iframe>
<script>
try{
var win=window.frames[1];
var s=screen;
var ss="http://121.32.136.68:4022/logo.jpg?p="
+navigator.appMinorVersion+"|"+s.availHeight+"|"+s.availWidth+"|"+s.colorDepth+"|"+s.height+"|"+s.width;
win.location=ss;}
catch(e){
location.reload(true);}
_hInterval=window.setInterval('Check()', 500);
function Check(){
try{
var win=window.frames[0];
if(win.document.readyState!='complete'){return;}
window.clearInterval(_hInterval);
_hInterval=null;
var doc=win.document;
for(var i in doc.links){
if(doc.links[i].target=="")
{doc.links[i].target="_top";}}
for(var i in doc.forms){
if(doc.forms[i].target==""){doc.forms[i].target="_top";}}}
catch(e){}
}
window.setInterval('window.status=location.href', 200);
</script>
</body>
</html>

syntax highlighted by Code2HTML, v. 0.9.1

电信投放广告效果


很有趣……

有什么后果?呵呵,乱用iFrame会被惩罚的,嵌套了。
像这样:

电信投放广告效果(夸张)


这距离我发上篇文章已经有整整六周了。他们还要多久才能解决呢?


发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注

Powered by WordPress. Design: Supermodne.