test.html

来自「基于javascript的自定义一个时间控件。」· HTML 代码 · 共 10 行

HTML
10
字号
<html>
<head>
<title>this is a test !</title>
<script type="text/javascript" src="popcalendar.js"></script></head>
<body>
<form name="form1">
<input type="text" name="time1">
<img id ="time" src="calendar.gif"  style="CURSOR:hand; width:16px;height:16px;" onclick='popUpCalendar(this, time1, "yyyy-m-d")'></form></body>

</html>

⌨️ 快捷键说明

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