首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > JavaScript >

,求屏蔽此免费空间广告的代码!

2012-02-15 
在线等,急求屏蔽此免费空间广告的代码!!!这是我网站地址:http://ledusa.9999mb.com/(国外空间,所以有点慢)

在线等,急求屏蔽此免费空间广告的代码!!!
这是我网站地址:http://ledusa.9999mb.com/(国外空间,所以有点慢)

我想屏蔽网页上下方的广告,不知有何良策,希望专家们帮忙给出解决方案,谢谢!

[解决办法]
TRY:

<html>
<head>
<script type= "text/javascript ">
function clearAD(){
var topad = document.getElementsByName( "google_ads_frame ")[0];
topad.style.width = "0px ";
topad.style.height = "0px ";
topad.style.display = "none ";
}
function igerr(){
return true;
}
window.onerror = igerr;
</script>
</head>
<body onload= "clearAD(); ">
你的内容
</body>
</html>
<script>
/*

热点排行