中文(繁体)
<!--把下面程式碼放到<body>區域中--> <SCRIPT language=JavaScript> //Author:redriver var index =15 text = new Array(14); text[0] =' 偶然' text[ 1] ='' text[2] =' & 徐志摩' text[3] ='' text[4] ='我是天空裡的一片雲,' text[5] ='偶爾投影在你的波心——' text[6] ='你不必買異,' text[7] ='更無須歡喜——' text[8] ='在轉瞬間消滅了蹤影。 ' text[9] ='' text[10] ='你我相逢在黑暗的海上,' text[11] ='你有你的,我有我的,方向; ' text[12] ='你記得也好, ' text[13] ='最好你忘掉, ' text[14] ='在這交會時互放的光亮!這裡就是建站學院' document.write ("<marquee scrollamount='1' scrolldelay='60' direction= 'UP' width='250 ' id=downcodes height='200' onmouseover=downcodes.stop() onmouseout=downcodes .start()>"); for (i=0;i<index;i++){ document.write ("<font color=#6699ff>"); document.write (text[i] + "</font> <br>"); } document.write ("</marquee>") //More:http://www.downcodes.com </SCRIPT>