<div class="codetitle"> <span><a style="CURSOR: pointer" data="21471" class="copybut" id="copybut21471" onclick="doCopy('code21471')"><u>复制代码</u></a></span> 代码如下:</div> <div class="codebody" id="code21471"> <br><script type="text/javascript"> <BR>var time = 300; <BR>var h = 0; <BR>function addCount() <BR>{ <BR>if(time>0) <BR>{ <BR>time--; <BR>h = h+5; <BR>} <BR>else <BR>{ <BR>return; <BR>} <BR>if(h>300) //高度 <BR>{ <BR>return; <BR>} <BR>document.getElementById("ads").style.display = ""; <BR>document.getElementById("ads").style.height = h+"px"; <BR>setTimeout("addCount()",30); <BR>} <BR>window.onload = function showAds() <BR>{ <BR>addCount(); <BR>setTimeout("noneAds()",7000); //停留时间自己调了 <BR>} <BR>var T = 300; <BR>var N = 300; //高度 <BR>function noneAds() <BR>{ <BR>if(T>0) <BR>{ <BR>T--; <BR>N = N-5; <BR>} <BR>else <BR>{ <BR>return; <BR>} <BR>if(N<0) <BR>{ <BR>document.getElementById("ads").style.display = "none"; <BR>return; <BR>} <BR>document.getElementById("ads").style.height = N+"px"; <BR>setTimeout("noneAds()",30); <BR>} <BR></script> <br> </div> <br><div class="codetitle"> <span><a style="CURSOR: pointer" data="13185" class="copybut" id="copybut13185" onclick="doCopy('code13185')"><u>复制代码</u></a></span> 代码如下:</div> <div class="codebody" id="code13185"> <br><div style="MARGIN: 0px auto; WIDTH: 900px; BACKGROUND: #369; HEIGHT: 300px; COLOR: #fff" id="ads">脚本之家_www.jb51.net</div> <br> </div>