asp.net千奇百怪的日历

来源:互联网 发布:编制施工进度计划软件 编辑:程序博客网 时间:2024/06/08 09:00

 

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" %>
<html>
<head runat="server">
    
<title>日历控件</title>
    
<script type="text/javascript" src="calendar.js"></script>

</head>
<body>
    
<form id="form1" runat="server">
    
<div>
    
<input onfocus="setday(this);" name="Calendar1" type="text" id="Calendar1"  />
    
</div>
    
</form>
</body>
</html>
calendar.js http://download1.csdn.net/down3/20070514/14080517354.js