xumingming
写了个WebCalendar.js 文件 ,以便之后调用(如下code文件)
Code


然后在源里应用
<script language="javascript" type="text/javascript" src="地址/WebCalendar.js"></script>

<asp:TextBox ID="TextBox1" onclick="new Calendar().show(this);"  runat="server" Width="110px"></asp:TextBox>

分类:

技术点:

相关文章:

  • 2021-09-17
  • 2022-01-11
  • 2021-06-27
  • 2021-05-16
  • 2022-12-23
  • 2021-12-03
猜你喜欢
  • 2022-12-23
  • 2021-11-30
  • 2022-12-23
  • 2021-12-03
  • 2022-12-23
  • 2021-11-29
  • 2021-05-05
相关资源
相似解决方案