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

日期时间控件 js脚本 示例4

?

?

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

	</head>

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

?