藍森林首頁 | 返回主頁 | 本站地圖 | 站內搜索 | 聯繫信箱 |
 您目前的位置:首頁 > 自由軟件 > 技術交流 > 應用編程


    

藍森林 http://www.lslnet.com 2006年8月25日 8:28

求救!!!jsp網頁中怎樣插入這段js代碼?為何總是無效?

這段js代碼,我插入jsp網頁中,運行後不出錯,但是效果出不來。急等大師解疑回復!叩謝!
<script>
   var spd=30
   scrolling2.innerHTML=scrolling1.innerHTML
   function Marq(){
   if(scrolling2.offsetTop-scrolling.scrollTop<=0)
   scrolling.scrollTop-=scrolling1.offsetHeight
   else{
   scrolling.scrollTop++
   }
   }
   var MyMar=setInterval(Marq,spd)
   scrolling.onmouseover=function() {clearInterval(MyMar)}
   scrolling.onmouseout=function() {MyMar=setInterval(Marq,spd)}
   //
   </script> :rolleyes:




Copyright © 1999-2000 LSLNET.COM. All rights reserved. 藍森林網站 版權所有。 E-mail : webmaster@lslnet.com