如何優化網頁廣告代碼以及速度

來源:互聯網
上載者:User

仲介交易 HTTP://www.aliyun.com/zixun/aggregation/6858.html">SEO診斷 淘寶客 雲主機 技術大廳

如何創建多個廣告位? 在JS里加:

<DIV class=ggad><span id="k_ad_chongzhi"></span><script type="text/javascript">gethtm('/ adfile/chongzhi.htm','k_ad_chongzhi');</script></DIV></DIV>


我就比較好奇了,我自己都是用 <script src="/ad/xxx.js" type="text/javascript"></script>載入廣告 有時候到載入這段JS 都會卡主一下  於是我就想 改成 他那樣的  就去網路搜索.搜索了半天 就只搜索到篇 也是跟我朋友差不多顯示的  載入flash代碼 <script type="text/javascript">G_flash('HTTP://www.freejia.com /plus/free/xxx.swf',468x60,0);</script> 是用一個JS檔引用的 但是它寬度 高度 都固定住了  以後改廣告也要考慮這個問題.於是我自己就改了下代碼  廢話不多說 告訴大家怎麼弄吧!

首先創建一個JS檔內容是:


document.writeln("<script type=\"text\/javascript\">    ");
document.writeln("   ");
document.writeln("   function G_banner(url,transparent) {    ");
document.writeln("   \/\/ Clear active line of the flashs for IE    ");
document.writeln("     var param_t=\'\';    ");
document.writeln("     if (transparent!=0) {    ");
document.writeln("         param_t=\'wmode=\"transparent\"\';     ");
document.writeln("      }    ");
document.writeln("document.write(\'<iframe src=\"\'+url+\'\"; width=\"468\" height=\"60\" scrolling=\"no\" frameborder=\"0\"><\/iframe>\');")
document.writeln("    }    ");
document.writeln("<\/script>")


然後在HTML頁面插入,頂部插入<SCRIPT src="xxx.js" type=text/javascript></SCRIPT>

BODY之間插入script type="text/javascript">G_banner('HTTP://www.freejia.com/plus/free/banner.html',0);</script >就行了! 寬度高度在JS裡控制 方便我們 修改

如何創建多個廣告位? 在JS里加:

document.writeln("<script type=\"text\/javascript\">    ");
document.writeln("   ");
document.writeln("   function G_banner(url,transparent) {    ");
document.writeln("   \/\/ Clear active line of the flashs for IE    ");
document.writeln("     var param_t=\'\';    ");
document.writeln("     if (transparent!=0) {    ");
document.writeln("         param_t=\'wmode=\"transparent\"\';     ");
document.writeln("      }    ");
document.writeln("document.write(\'<iframe src=\"\'+url+\'\"; width=\"468\" height=\"60\" scrolling=\"no\" frameborder=\"0\"><\/iframe>\');")
document.writeln("    }    ");
document.writeln("<\/script>")

document.writeln("<script type=\"text\/javascript\">    ");
document.writeln("   ");
document.writeln("   function G_tl(url,transparent) {    ");
document.writeln("   \/\/ Clear active line of the flashs for IE    ");
document.writeln("     var param_t=\'\';    ");
document.writeln("     if (transparent!=0) {    ");
document.writeln("         param_t=\'wmode=\"transparent\"\';     ");
document.writeln("      }    ");
document.writeln("document.write(\'<iframe src=\"\'+url+\'\"; width=\"950\" height=\"60\" scrolling=\"no\" frameborder=\"0\"><\/iframe>\');")
document.writeln("    }    ");
document.writeln("<\/script>")
 


看到了吧, 兩個引用的 G_banner   G_tl   那就用 <script type="text/javascript">G_banner('HTTP://www.freejia.com/plus/free/banner .html',0);</script>

<script type="text/javascript">G_tl('HTTP://www.freejia.com/plus/free/banner.html',0);</script>


用這樣的方法可以免去JS解析裡面代碼的時間, 直接打開html  也不需要一個一個JS修改,  我們只用一個JS就可以控制全站廣告,因為這個是一下子打開全部廣告頁面 會感覺有點慢  那我們在html裡就加入網路流傳的<SPAN id =ad_01>廣告載入中...</SPAN>
<SPAN class=spanclass id=span_ad_01>
廣告代碼
</SPAN>
<SCRIPT>ad_01.innerHTML=span_ad_01.innerHTML;span_ad_01.innerHTML="";</SCRIPT>


速度會比原來快了些,   好了, 到此結束! 我小心第一次寫文章 不好別罵我!

著下自己站,  免費家 HTTP://www.freejia.com 大家支援下哈!

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.