梅花雨日历控件3.0

梅花雨日历控件3.0的JS源码以及说明文件下载
http://www.meizz.com/web/download/Web_Calendar_30.rar
出处:
http://community.csdn.net/Expert/topic/3398/3398406.xml?temp=.9305078


CSDN文档介绍
http://dev.csdn.net/develop/article/15/15245.shtm

meizz的专栏
http://blog.csdn.net/meizz/archive/2003/06/09/17130.aspx
英文版
http://blog.csdn.net/athossmth/archive/2005/03/01/306689.aspx

使用技巧:
用记事本打开js文件,然后另存为时候用编码:utf-8!

把另存的js文件放在一个文件夹里(注意一下路径,可能会找不到)
然后aspx页面上
<script language="JavaScript" src="js/calendar.js"></script>

在控件上这样写
<asp:TextBox id="begintime" runat="server" Width="88px" BorderStyle="Groove" onFocus="calendar()">

若是html控件
写 <input onfocus="calendar()">


下载
Web_Calendar_30.rar

原文地址:https://www.cnblogs.com/benzhang/p/1744748.html