那种在文本框上单击一下鼠标就出现的日历控件怎么实现

解决方案 »

  1.   

    http://myfturemydream.blog.163.com/blog/static/85763140200981594447954/
      

  2.   

    http://www.dynarch.com/projects/calendar/doc/这个支持IE 火狐 各种语言版本引用js的时候记得加上 charset="utf-8" 
      

  3.   

    My97DatePicker,兼容大部分主流浏览器,我们公司在用。。
    http://www.my97.net/dp/down.asp
      

  4.   

    <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
      <head>
        
        <title>时间显示</title>
        
    <meta http-equiv="pragma" content="no-cache">
    <meta http-equiv="cache-control" content="no-cache">
    <meta http-equiv="expires" content="0">    
    <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
    <meta http-equiv="description" content="This is my page">
    <!--
    <link rel="stylesheet" type="text/css" href="styles.css">
    -->
    <link href="$base/styles/index.css" rel="stylesheet"  type="text/css"/>
    <link href="$base/styles/core.css" rel="stylesheet"  type="text/css"/>
    <link href="$base/js/ui/css/ui-lightness/jquery-ui-1.8.14.custom.css" rel="stylesheet" type="text/css" />
      </head>
      
      <body>
       <input type="text" id="test">
       <script type="text/javascript" src="$base/js/jquery.js"></script>
    <script type="text/javascript" src="$base/js/ui/js/jquery-ui-1.8.14.custom.min.js"></script>
    <script type="text/javascript" src="$base/js/ui/ui/jquery.ui.datepicker.js"></script>
    <script type="text/javascript">
    jQuery(function(){

    jQuery("#test").datepicker();

    });

    </script>
      </body>
    </html>
      

  5.   

    http://www.my97.net/dp/down.asp 
    这个比较好用   只要配置一下 所有调用的地方都很方便
      

  6.   

    My97DatePicker,我也在用··兼容性挺好的···
    百度或谷歌一下就有了···
      

  7.   

    My97DatePicker一直在用,不过LZ也可以试试其他的
      

  8.   

    www.my97.net 
     
     
     
    ----------------------------------签----------名----------栏----------------------------------