sample.htm

来自「北京华信东方网络办公系统」· HTM 代码 · 共 18 行

HTM
18
字号
<html>
	<head>
		<title>Calendar Sample</title>
	</head>
	<body>
		<form method="POST" action="sample.htm" name="sample">
			<b><font face="Arial">Sample</font></b><p>
				<font face="Arial">
					<span style="font-size: 9pt; font-weight: 
700">Date: </span>
				</font><input type="text" name="date" size="10" readonly>
				 <a href="#SelectDate" onClick="Javascript:window.open('calendar.asp?form=sample&field=date','','directorys=no,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,width=190,height=140');">
					<img border="0" src="images/date_picker.gif" width="24" height="16"></a></p>
			<p><input type="submit" value="submit" name="B1"></p>
		</form>
	</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?