您现在的位置是:主页 > 电脑技术文章 > SEO建站 > 右下角浮动广告代码JS文件

右下角浮动广告代码JS文件

时间:2022-04-07 08:23  来源:未知  阅读次数: 分享复制 评论打赏

右下角浮动广告代码
示例尺寸:90 * 90
网站添加代码:放在<BODY>和</BODY>之间
<script language=javascript& src=/yxj.js></script>
JS文件可以把下面的代码复制到记事本里面,然后另存为"yxj.js"
 
---------以下是代码--------------------
 
lastScrollY=0;
function heartBeat(){ 
var diffY;
if (document.documentElement && document.documentElement.scrollTop)
 diffY = document.documentElement.scrollTop;
else if (document.body)
 diffY = document.body.scrollTop
else
    {/*Netscape stuff*/}
 
//alert(diffY);
percent=.1*(diffY-lastScrollY); 
if(percent>0)percent=Math.ceil(percent); 
else percent=Math.floor(percent); 
document.getElementById("lovexin12").style.top=parseInt(document.getElementById
 
("lovexin12").style.top)+percent+"px";
document.getElementById("lovexin14").style.top=parseInt(document.getElementById
 
("lovexin12").style.top)+percent+"px";
 
lastScrollY=lastScrollY+percent; 
//alert(lastScrollY);
}
suspendcode12="<DIV id="lovexin12" style='left:2px;POSITION:absolute;TOP:390px;'></div>"
suspendcode14="<DIV id="lovexin14" style='right:2px;POSITION:absolute;TOP:390px;'><a href='http://www.08lr.cn/soft/UploadFile/2009-12/08LRdown.rar' target='_blank'><img src='http://www.08lr.cn/adfile/yxj.jpg' WIDTH=120 HEIGHT=120 border=0></img></a><br/></div>"
document.write(suspendcode12); 
document.write(suspendcode14); 
window.setInterval("heartBeat()",1);

文章评论
伤不起,不评论了!