|
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>站长统计中使用的js日历控件演示</title> <meta name="keywords" content="日历,源代码,js,站长统计"> <meta name="description" content="站长统计中使用的js日历源代码打包下载"> <script language=javascript src="changedate.js"></script> <style> p{ font-size:13px; } </style> </head> <body> 请选择日期: <input onclick="popUpCalendar(this, this,'yyyy-mm-dd')" size="10" name="startdate"> </body> </html> |