用JS在你的网页上显示当前时间
<font color="red"><b>
<script language="JavaScript">
<!–
tmpDate = new Date();
date = tmpDate.getDate();
month= tmpDate.getMonth() + 1 ;
myyear= tmpDate.getYear();
<font color="red"><b>
<script language="JavaScript">
<!–
tmpDate = new Date();
date = tmpDate.getDate();
month= tmpDate.getMonth() + 1 ;
myyear= tmpDate.getYear();