注册 登录
编程论坛 ASP.NET技术论坛

这段代码怎么改写??

binming776 发布于 2010-10-09 19:41, 500 次点击
</head>

<body>
<table width="1000" height="445" border="0" align="center">
  <tr>
    <td height="105">
    <img src="images/2.jpg" width="100" height="100" />
    <img src="images/0.jpg" width="100" height="100" />
    <img src="images/1.jpg" width="100" height="100" />
    <img src="images/0.jpg" width="100" height="100" />
    <img src="images/年.jpg" width="100" height="100" />
    <img src="images/1.jpg" width="100" height="100" />
    <img src="images/0.jpg" width="100" height="100" />
    <img src="images/月.jpg" width="100" height="100" />
    <img src="images/8.jpg" width="100" height="100" />
    <img src="images/日.jpg" width="100" height="100" /></td>  
  </tr>
</table>
</body>
</html>   

怎么实现这个日历随系统的时间变化而变化?  在线等,请大侠们解答下`````````
2 回复
#2
红色警戒2010-10-09 21:43
用定时器
#3
fenbeyond2010-10-13 15:53
这个简单啊,用ajax control toolkit,这个是集成实现ajax功能的一个插件,去下就可以了!
1