南瓜园

 找回密码
 注册
查看: 1486|回复: 0

阿里妈妈广告慢影响网页打开速度的解决办法

[复制链接]
发表于 2009-1-3 20:00:52 | 显示全部楼层 |阅读模式
1、首先将妈妈广告位建成待加载广告位,放在页面中要实际显示广告的地方,具体代码参考下面:

      <SPAN id="index_200_ad_04header" class="td_content">阿里妈妈数据载入中,请稍后...</SPAN>

2、建立加载代码,放在页面的"</html>"后面,具体代码参考如下:

      <span id="index_200_ad_04footer">
      <script language="javascript"   type="text/javascript"  src="/ad_files/files/index_ads/index_200_ad_04.js"></script>

      <script language="javascript" type="text/javascript">
      document.getElementById("index_200_ad_04header").innerHTML = document.getElementById("index_200_ad_04footer").innerHTML;
      document.getElementById("index_200_ad_04footer").innerHTML = "";
     </script>

3、创建具体的广告JS文件,即2中的index_200_ad_04.js,如:

    document.writeln("<script type=\"text\/JavaScript\">");
    document.writeln("alimama_pid=\"mm_10027999_119597_1640152\";");  
    document.writeln("alimama_titlecolor=\"dddddd\";");  
    document.writeln("alimama_descolor =\"dddddd\"; ");
    document.writeln("alimama_bgcolor=\"333333\";");  
    document.writeln("alimama_bordercolor=\"333333\";");  
    document.writeln("alimama_linkcolor=\"808080\";");  
    document.writeln("alimama_bottomcolor=\"333333\";");  
    document.writeln("alimama_anglesize=\"0\";");  
    document.writeln("alimama_bgpic=\"0\";");  
    document.writeln("alimama_icon=\"0\";");  
    document.writeln("alimama_sizecode=\"23\";");  
    document.writeln("alimama_width=160; ");
    document.writeln("alimama_height=600; ");
    document.writeln("alimama_type=2; ");
    document.writeln("<\/script>");
    document.writeln("<script src=\"http:\/\/a.alimama.cn\/inf.js\" type=text\/javascript>");  
    document.writeln("<\/script>");







红色 自己修改
您需要登录后才可以回帖 登录 | 注册

本版积分规则

请大家牢记南瓜园网址 www.nan2008.com

QQ|小黑屋|手机版|Archiver|南瓜园

GMT+8, 2024-9-20 05:43 , Processed in 0.083835 second(s), 19 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表