test.html

来自「当数据从JTable复制到Excel时」· HTML 代码 · 共 34 行

HTML
34
字号
<html>
<head>
<script Language="JavaScript" src="Calendar.js"></script>

</head>
<body topmargin="0"  LANGUAGE="javascript"  onload="formInit(),formSet('2001-10-27',1)">
<div id="calendar" onmouseover="keepCal();" style="POSITION: absolute; VISIBILITY: hidden; Z-INDEX: 200" width="105"></div> 

<table align=center>
<form name="thisform" id="form" method="post" action="">
	<tr>
		<td align=center>
		<input align="top" name="Date0" id="Date0" onclick="getCal(Try.offsetLeft+240,Try.offsetTop+25 ,0);" onmouseover="keepCal();" readOnly size="10" >
		<IMG align="top" id="Try" border="0" height="25" onclick="getCal(Try.offsetLeft+240,Try.offsetTop+25 ,0);" onmouseover="keepCal();" src="images/dropdown.gif" width="27">
		</td>
	</tr>
	<tr>
		<td>
		<input align="top" name="Date1" id="Date1" onclick="getCal(Try1.offsetLeft+240,Try1.offsetTop+50 ,1);" onmouseover="keepCal();" readOnly size="10" >
		<IMG align="top" id="Try1" border="0" height="25" onclick="getCal(Try1.offsetLeft+240,Try1.offsetTop+50,1);" onmouseover="keepCal();" src="images/dropdown.gif" width="27">
		</td>
	</tr>

	<tr>
		<td>
		<input align="top" name="Date2" id="Date2" onclick="getCal(Try1.offsetLeft+40,Try1.offsetTop+85,2);" onmouseover="keepCal();" readOnly size="10" >
		<IMG align="top" id="Try2" border="0" height="25" onclick="getCal(Try1.offsetLeft+40,Try1.offsetTop+85,2);" onmouseover="keepCal();" src="images/dropdown.gif" width="27">
		</td>
	</tr>
	</form>
</table>
</body>
</html>

⌨️ 快捷键说明

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