?? 07c.htm
字號:
<html>
<head>
<title>根據(jù)日期變換文本</title>
<meta http-equiv="目錄類型" content="文本/html; 字符集=gb2312">
<style type="text/css">
<!--
a{font-style:normal;text-decoration:none;color:white}
a:hover {BACKGROUND:red;font-style:normal;text-decoration:none;color:yellow}
a:active {font-style:normal;text-decoration:none;color:yellow;}
.white { color: #FFFFFF}
table { font-size: 9pt}
-->
</style>
<link rel="stylesheet" href="style.css">
</head>
<body bgcolor="#009900" topmargin="0" leftmargin="0">
<form name="form">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#009900">
<td colspan="3" height="18"> </td>
</tr>
<tr>
<td bgcolor="#009900" width="18"></td>
<td align="center" bgcolor="#FFFFFF" valign="top"> <br>
<table width="56%" border="0" cellspacing="0" cellpadding="0" height="355">
<tr>
<td rowspan="2" width="16" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="white" style="FONT-SIZE: 11pt;">
<tr bgcolor="#336699" bordercolor="#336699">
<td style="BORDER-RIGHT: double; BORDER-TOP: double; BORDER-LEFT: double; BORDER-BOTTOM: double;" height="70"><strong><a href="07.htm">演<br>
<br>
示</a></strong></td>
</tr>
<tr bordercolor="#009900" bgcolor="#009900">
<td style="BORDER-RIGHT: double; BORDER-TOP: double; BORDER-LEFT: double; BORDER-BOTTOM: double" height="70"><strong><a href="07c.htm">源<br>
代<br>
碼</a></strong></td>
</tr>
</table>
</td>
<td rowspan="2" width="8" bgcolor="#009900"> </td>
<td align="center" style="BORDER-RIGHT: double; BORDER-TOP: double; FONT-SIZE: 12pt; BORDER-LEFT: double; BORDER-BOTTOM: double" bordercolor="#009900" valign="top">
<br>
<b>根據(jù)日期變換文本</b>
<hr width="92%" size="1" align="center">
<table cellspacing="0" cellpadding="0" width="81%">
<tr>
<td height="20" colspan="2">注釋:放在<body>與</body>之間</td>
</tr>
<tr>
<td colspan="2">
<textarea name="2" onFocus="this.select()" onMouseOver="this.focus()" cols="50" rows="15" wrap="VIRTUAL" style="BACKGROUND-COLOR: #009900;" class="pt9"><script language="JavaScript">
<!-- Hide
var now = new Date();
var month = now.getMonth() + 1;
var date = now.getDate();
var year = now.getYear();
msgs = new Array
msgs[1] = "MESSAGE #1"
msgs[2] = "MESSAGE #2"
msgs[3] = "MESSAGE #3"
msgs[4] = "MESSAGE #4"
msgs[5] = "MESSAGE #5"
msgs[6] = "MESSAGE #6"
msgs[7] = "MESSAGE #7"
msgs[8] = "MESSAGE #8"
msgs[9] = "MESSAGE #9"
msgs[10] = "MESSAGE #10"
msgs[11] = "MESSAGE #11"
msgs[12] = "MESSAGE #12"
msgs[13] = "MESSAGE #13"
msgs[14] = "MESSAGE #14"
msgs[15] = "MESSAGE #15"
msgs[16] = "MESSAGE #16"
msgs[17] = "MESSAGE #17"
msgs[18] = "MESSAGE #18"
msgs[19] = "MESSAGE #19"
msgs[20] = "MESSAGE #20"
msgs[21] = "MESSAGE #21"
msgs[22] = "MESSAGE #22"
msgs[23] = "MESSAGE #23"
msgs[24] = "MESSAGE #24"
msgs[25] = "MESSAGE #25"
msgs[26] = "MESSAGE #26"
msgs[27] = "MESSAGE #27"
msgs[28] = "MESSAGE #28"
msgs[29] = "MESSAGE #29"
msgs[30] = "MESSAGE #30"
msgs[31] = "MESSAGE #31"
var msg = msgs[date]
//-->
</script>
<script>
<!--
document.write(msg);
//-->
</script></textarea>
</td>
</tr>
<tr>
<td colspan="2">(提示:把代碼中的“MESSAGE *”改為你的信息即可)</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="20" class="white" bgcolor="#009900">當(dāng)前位置:<a href="../../index.htm">首
頁</a>→<a href="../index.htm">JavaScript</a>→<a href="index.htm#7">文本特效</a>→根據(jù)日期變換文本</td>
</tr>
</table>
<br>
</td>
<td bgcolor="#009900" width="18"></td>
</tr>
<tr bgcolor="#009900">
<td></td>
<td align="center" height="35"> <font color="#FFFFFF">··萬旭網(wǎng)站工作室 設(shè)計(jì)發(fā)布·· </font></td>
<td> </td>
</tr>
</table>
</form>
</body>
</html>