javascript日历控制 [英] javascript calender control

查看:67
本文介绍了javascript日历控制的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

hi在aspx页面m中使用javascript日历控件.当我运行页面并选择下拉菜单时,日历控件已禁用.意味着我看不到日历控件.任何人都可以解决我的问题..


hi in my aspx page m using javascript calender control.when i run page and go to select dropdowns tat time calender control disabled.means i cant see calender control.can any one solve my problem..


<link rel="stylesheet" type="text/css" href="../Calender/1-simple-calendar/tcal.css" />

   <script type="text/javascript" src="../Calender/1-simple-calendar/tcal.js"></script>




这是我的文本框控件.




and here is my textbox control.

<tr>
                <td>
                    Star Date:
                </td>
                <td>
                    <asp:TextBox ID="txtSDate" runat="server" ReadOnly="true" AutoPostBack="True"

                        class="tcal"></asp:TextBox>
                </td>
            </tr>




任何人都可以解决我的问题吗?谢谢..




can any one solve my problem..thanks in advance..

推荐答案

检查您的JavaScript引用路径,或者您需要将"txtSDate"设置为您的tcal.js代码或发布tcal.js代码供我阅读和分析

投票并接受解决方案
如果这对您有帮助
谢谢
check your javascript reference path or you need to Set the "txtSDate" to your tcal.js code or post tcal.js code for me to read and analyze

vote and accept solution
If this will help you
thanks


这篇关于javascript日历控制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆