不同时间显示不同的广告代码_帝国Cms教程

编辑Tag赚U币
教程Tag:暂无Tag,欢迎添加,赚取U币!
不同时间显示不同的广告代码
  1. <script type="text/javascript"> 
  2. var h = new Date().getHours(); 
  3. var t = ""
  4. if(h >= 7 && h <= 13){ 
  5.         t = "<div class='inde_t_ad'><a href='http://www.daixiao360.cn/' target='_blank' rel='nofollow'><img src='http://www.daixiao360.cn/skin/cmsmoban/images/logo.png' border='0' /></a></div>";        
  6. }else if(h >= 14 && h <= 20){ 
  7.         t = "广告2"
  8.   else if(h >= 21 || h <= 6){ 
  9.         t = "广告3"
  10.   } 
  11. document.getElementById('time_ads').innerHTML = t
  12. </script> 

注释:

早7点到13点显示广告1

14点到20点显示广告2

19点到次日6点显示广告3
仅供大家参考,希望可以帮助到你。

查看更多 帝国cms教程  帝国cms模板

来源:模板无忧//所属分类:帝国Cms教程/更新时间:2020-05-21
相关帝国Cms教程