滚动的链接
特效千寻
加入如下代码到head区域 <style>a {text-decoration:none}</style> <SCRIPT LANGUAGE="JavaScript"> <!-- var a,b,go,word; function greenlight(word){ a="特效千寻"; word.style.color="#FF0000"; linkSwitch(); }//end of greenlight() function linkSwitch(){ clearTimeout(go); b=a; a=a.substring(1,100)+a.charAt(0); esh.innerText=a; go=setTimeout("linkSwitch()",100); }//end of linkSwitch() function stp(word){ clearTimeout(go); esh.innerText="特效千寻"; word.style.color="#0000FF"; }//end of stp() //--> </SCRIPT>
加入如下代码到body区域 <A onmouseover=greenlight(this) onmouseout=stp(this) href="http://www.toto369.net" target=_blank ;><SPAN id=esh>特效千寻</SPAN></A>