📄 test.html
字号:
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -