中文(繁体)
<!--把下列程式碼放到head區域內--> <SCRIPT LANGUAGE="JavaScript"> <!-- var a,b,go,word; function greenlight(word){ a=" 建站學院"; word .style.color="red"; linkSwitch(); } //more javascript from http://www.downcodes.com 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=" 建站學院"; word. style.color="blue"; } //--> </SCRIPT> <!--將下列程式碼插入html程式碼的<body>與</body>之間:--> <A HREF="http: //www.downcodes.com" onmouseover="greenlight(this)"; onmouseout="stp(this)"><span id="esh"> 建站學院</span></A>