如何向经典 ASP 页面添加可点击的日历小部件?
我通常在 ASP.net 页面上工作,并使用 Microsoft 提供的 .net 日历控件。我发现效果很好。
有人要求我向经典 ASP 页面添加可点击日历小部件,所以我想知道向经典 ASP 页面添加可点击日历小部件最简单的方法是什么。我所需要的只是用户单击的日历,然后将所选日期复制到页面上的文本框中。
I normally work on ASP.net pages and I use the .net calendar control provided by Microsoft. I find that it works well.
Someone asked me to add a clickable calendar widget to a classic ASP page, so I would like to know what is the easiest way to add a clickable calendar widget to a classic ASP page. All I need is a calendar that the user clicks and then the date selected is copied into a text box on the page.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看一下 Jquery UI,它有一个漂亮的日历小部件,而且非常易于安装。
http://jqueryui.com/demos/datepicker/
Take a look at the Jquery UI, it has a nice calendar widget that is really easy to install.
http://jqueryui.com/demos/datepicker/
双击日历小部件的日渲染事件
并在事件处理程序中尝试:
我希望它有帮助
Double click On Day Render Event of your Calender widget
and in the event handler try:
I hope it helps