每月一句

☆先將程式cope 落記事簿上,再由記事簿cope 落你既網頁既html,才可使用。

☆記事簿:開始 ----〉程式集----〉Netscape communicator---->Aot instant messenger license

將下列原始碼放在<BODY>與</BODY>之間指定位置

<script language="JavaScript"><!--

tips = new Array(
4);
tips[0] = "*相信明天一定比今天好*";
t
ips[1] = "*相信努力以赴必有收穫*";
tips[2] = "*相信面對難關決不低頭*";
tips[3] = "*相信風調雨順國泰民安*";

index = Math.floor(Math.random() * tips.length);
document.write("<center><p><font size=5 color=barkblue>" + tips[index] + "</center></font></p>");
// --></script>


*請將紅字改為你想顯示的文字

*請將綠字改為多少句顯示的文字