日期:2014-05-16  浏览次数:20386 次

日期时间控件 js脚本 示例3
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
	<head>
		<title>日期时间组件示例3</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/calendar.js"></script>

	</head>

	<body>
		<center>
			<h1>
				<font color="red">日期时间组件示例3</font>
			</h1>
			<p>
				<img alt="日期时间组件示例3" border="0" src="./img/3.jpg" />
			<p>
				<input type="text" name="date3" id="date3" alt="false" lang="date"
					onclick="setday(this)" title="请点击选择日期" readonly />
			<p>
		</center>
	</body>
</html>

 

?