这个是 Java Script特效(新),

源代码在线查看: 滚动式超级链接.txt

软件大小: 1280 K
上传用户: hz5305259
关键词: Script Java
下载地址: 免注册下载 普通下载 VIP

相关代码

				滚动式超级链接
				脚本说明:
				第一步:把如下代码加入区域中
				
				  				   var a,b,go,word;
				   function greenlight(word){
				    a="JAVASCRIPT大本营";
				    word.style.color="red";
				    linkSwitch();
				   }  
				   function linkSwitch(){
				    clearTimeout(go);
				    b=a;
				    a=a.substring(1,100)+a.charAt(0);
				    esh.innerText=a;
				    go=setTimeout("linkSwitch()",100);
				   }
				   function stp(word){
				    clearTimeout(go);
				    esh.innerText="JAVASCRIPT大本营";
				    word.style.color="blue";
				   }
				  //-->
				  
				
				
				
				第二步:把如下代码加入区域中
				   JAVASCRIPT大本营 
							

相关资源