增加“历史上的今天”代码 用QQ邮箱阅读空间订阅我的博客。

八月 28, 2005 | tags 程序  BLOG  修改   | views
Comments 2
  增加“历史上的今天”代码。历史资源来自维基百科

  修改 default.html 。

<div class="function" id="divCalendar">
<h3><#ZC_MSG050#></h3>
<#CACHE_INCLUDE_CALENDAR#>
历史上的
<script language="Javascript">
date = new Date();
month = date.getMonth() + 1;
day = date.getDate();
document.write("<a href='http://zh.wikipedia.org/wiki/");
document.write(month+"%E6%9C%88"+day+"%E6%97%A5'>");
document.write(month+"月"+day+"日</a>");
</script>
</div>


  • 增加“历史上的今天”代码(引用)
  • 苦闲居
  • 增加“历史上的今天”代码。历史资源来自<a href="http://zh.wikipedia.org/" target="_blank">维基百科</a>。<br/><br/>修改 default.html 。<br/><br/><p class="code">&lt;div&nbsp;class=&quot;function&...
  • 2005-9-1 20:19:32 [Report Spam]



发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。