急~c# 如何在一个页面中实现日历提醒的功能?

crystalmaomao 2010-04-21 10:37:57
|----------------------------------|
| < MARCH >
|----------------------------------|
| MON TUE WED THU FRI SAT SUN
|----------------------------------|
| 1 2 3 4 5 6 7
|----------------------------------|
| 8 9 10 11 12 13 14
|----------------------------------|
| 15 16 17 18 19 20 (21)
|----------------------------------|
| 22 23 24 25 26 27 28
|----------------------------------|
| 29 30 31
|----------------------------------|
|
| EVENTS:
| Today
| 聚会
|
| Tomorrow
| 会议
|----------------------------------|
| TASK:
| 签字
|
|----------------------------------|
...全文
132 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
pdsnet 2010-04-21
  • 打赏
  • 举报
回复
http://blog.chinaunix.net/u3/111961/index.html

我就是 把这个上边的 扣下来 .


<table bgcolor="#FFFFFF" cellspacing="0" cellpadding="0" style="border-collapse: collapse;border: 1px solid #FCFCF5; padding: 1" align="center" width="200" border="0">
<tr height="20" bgcolor="#E5EEC5">
<td align="center" width="14" style="cursor: hand; color: #2A5200;font-size:9pt;" title="上一年" onclick="pushBtm('YU')">||</td>
<td align="center" width="14" style="cursor: hand; color: #2A5200;font-size:9pt" title="上一月" onclick="pushBtm('MU')"><<</td>
<td align="center" nowrap="nowrap" id="YMBG" style="color: #2A5200;font-size:9pt"></td>
<td align="center" nowrap="nowrap" id="GZ" style="color: #2A5200;font-size:9pt"></td>
<td align="center" width="14" style="cursor: hand; color: #2A5200;font-size:9pt" title="下一月" onclick="pushBtm('MD')">>></td>
<td align="center" width="14" style="cursor: hand; color: #2A5200;font-size:9pt" title="下一年" onclick="pushBtm('YD')">||</td>
</tr>
<tr><td colspan="6">
<div id="ttdiv" align="center" width="223"></div>
</td></tr>
<tr><td colspan="6" height="1"></td></tr>
</table>

<script src="../../templates/newgreen/mdate.js" ></script>
<script language="javascript">
var arrArtdate=new Array('20100222','20100223','20100224','20100225','20100226','20100227','20100228','20100303','20100304','20100305','20100306','20100309','20100310','20100311','20100312','20100313','20100315','20100316','20100317','20100319','20100323','20100324','20100325','20100326','20100327','20100329','20100401','20100407','20100408','20100409','20100410','20100414');

initial("ttdiv");

</script>

cherry0518 2010-04-21
  • 打赏
  • 举报
回复
期待中.....
tyzs2001 2010-04-21
  • 打赏
  • 举报
回复
关注一下
hjw01592 2010-04-21
  • 打赏
  • 举报
回复
日程管理模块。。。
去下载个Developer Express控件集,里面有日程管理控件的使用例子。
在baidu搜索Developer Express就有大量的资源。

62,046

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术交流专区
javascript云原生 企业社区
社区管理员
  • ASP.NET
  • .Net开发者社区
  • R小R
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

.NET 社区是一个围绕开源 .NET 的开放、热情、创新、包容的技术社区。社区致力于为广大 .NET 爱好者提供一个良好的知识共享、协同互助的 .NET 技术交流环境。我们尊重不同意见,支持健康理性的辩论和互动,反对歧视和攻击。

希望和大家一起共同营造一个活跃、友好的社区氛围。

试试用AI创作助手写篇文章吧