欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

支持權(quán)重的無組件ASP廣告顯示代碼

 更新時(shí)間:2007年03月29日 00:00:00   作者:  
網(wǎng)站同一顯示很多廣告?需要不同權(quán)重?簡(jiǎn)單的20行代碼。 


  
復(fù)制代碼 代碼如下:

Dim cc_fv_ad_468_80_code,cc_fv_ad_power,cc_fv_ad_i 
  '廣告權(quán)重顯示 明月星光 Copyright http://www.5iya.com/blog 原創(chuàng) 
  cc_fv_ad_power = Array(1,3,2,4) '設(shè)置每個(gè)廣告權(quán)重 
  Redim cc_fv_ad_ubound(Ubound(cc_fv_ad_power)) 
  cc_fv_ad_ubound(0) = cc_fv_ad_power(0) 
  For cc_fv_ad_i = 1 To Ubound(cc_fv_ad_power) 
    cc_fv_ad_ubound(cc_fv_ad_i) = cc_fv_ad_ubound(cc_fv_ad_i-1)+cc_fv_ad_power(cc_fv_ad_i) 
  Next 
  Randomize 
  Dim cc_fv_ad_j,cc_fv_ad_random,cc_fv_ad_number 
  cc_fv_ad_number = 1 
  cc_fv_ad_random = Int(Rnd*cc_fv_ad_ubound(Ubound(cc_fv_ad_power)))+1 
  For cc_fv_ad_j = 0 To Ubound(cc_fv_ad_power) 
    If cc_fv_ad_random <= cc_fv_ad_ubound(cc_fv_ad_j) Then 
      cc_fv_ad_number = cc_fv_ad_j 
      Exit For 
    End If 
  Next 
  '廣告代碼 
  cc_fv_ad_468_80_code = Array("<iframe width=""468"" height=""60"" align=""center"" marginwidht=""0"" name=""union163com"" marginheight=""0"" hspace=""0"" vspace=""0"" frameborder=""0"" scrolling=""no"" src=""http://news2.163.com/product/photo/tpl1.jsp?ID=yibaoxiang&NO=21688&productid=0422""></iframe>","<script type=""text/javascript"" src=""http://www.joyo.com/lianmeng/ad.asp?s=cg5iyacom&k=1""></script>","http://www.5iya.com/blog","<script language=""JavaScript1.1"" src=""http://smarttrade.allyes.com/main/adfshow?user=1|8033|103810&db=smarttrade&border=0&local=yes&js=ie""></script>") 
  Response.Write cc_fv_ad_468_80_code(cc_fv_ad_number) 

相關(guān)文章

最新評(píng)論