zoukankan      html  css  js  c++  java
  • 寫給DUDU老大的日歷改善建議

    DUDU老大,我在其他blog網站上發現一個比較全面的日歷,我建議加入我們的blog,看是否可行,代碼如下:

    || << 2008年6月 戊子年(鼠) >> ||
    1
    儿童节
    2
    廿九
    3
    三十
    4
    5月小
    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
    廿七





     

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

    <script src="http://blog.chinaunix.net/templates/newtech/mdate.js" ></script>
    <script language="javascript">
    var arrArtdate=new Array('20070604','20070605','20070606','20070607','20070611','20070614','20070618','20070620','20070621','20070622','20070623','20070624','20070628','20070703','20070705','20070706','20070709','20070717','20070719','20070721','20070723','20070801','20070802','20070817','20070824','20070829','20070904','20070912','20070919','20070926','20070928','20071008','20071017','20071024','20071031','20071102','20071103','20071105','20071106','20071108','20071112','20071113','20071115','20071119','20071122','20071125','20071127','20071129','20071201','20071204','20071205','20071206','20071207','20071209','20071210','20071212','20071213','20071214','20071215','20071216','20071217','20071220','20071223','20071226','20071231','20080103','20080106','20080107','20080108','20080109','20080111','20080112','20080113','20080115','20080116','20080117','20080118','20080119','20080120','20080121','20080123','20080124','20080125','20080126','20080128','20080129','20080201','20080215','20080219','20080220','20080221','20080222','20080226','20080227','20080228','20080229','20080301','20080304','20080305','20080308','20080311','20080312','20080313','20080318','20080319','20080323','20080324','20080327','20080328','20080331','20080401','20080402','20080403','20080407','20080408','20080409','20080410','20080414','20080417','20080418','20080419','20080421','20080422','20080423','20080424','20080425','20080426','20080427','20080428','20080429','20080503','20080506','20080508','20080509','20080510','20080512','20080513','20080514','20080516','20080517','20080518','20080519','20080520','20080521','20080522','20080525','20080527','20080530','20080531','20080602','20080603','20080605','20080606','20080609','20080610','20080611','20080612','20080616','20080617','20080619','20080620','20080621','20080622','20080623');

    initial("ttdiv");

    </script>

  • 相关阅读:
    silverlight 自定义 鼠标 双击事件
    silverlight 常用特效
    silverlight 碰撞检测
    silverlight的自定义依赖属性
    在程序代码中集成跨域服务文件
    Silverlight动画基础
    silverlight 虚线框
    建立纯代码的silverlight项目
    silverlight字符串加密之二
    silverlight3 加载其他xap
  • 原文地址:https://www.cnblogs.com/godwar/p/1228788.html
Copyright © 2011-2022 走看看