日期:2014-05-16 浏览次数:20391 次
?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>日期时间组件示例2</title> <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"> <meta http-equiv="description" content="this is my page"> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <!--<link rel="stylesheet" type="text/css" href="./styles.css">--> <!-- 导入日期时间脚本 --> <script type="text/javascript" src="./js/newCalendar.js"></script> </head> <body> <center> <h1> <font color="red">日期时间组件示例2</font> </h1> <p> <input type="text" name="date2" id="date2" size="0" title="请点击选择日期" alt="false" lang="date" onClick="return Calendar('date2');" readonly /> <p> <img alt="日期时间组件示例2" borde"0" src="./img/2.jpg" /> <p> </center> </body> </html>
?