⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 calendar.htm

📁 ASP+Access
💻 HTM
字号:
<html>
<head>
<title>
日期选择
</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body onload="fload()" bgcolor='#3366CC'>
<script src="calendar.js">
</script>

<script>
function fload()
{
	fPopCalendar(document.all.txt1, document.all.txt1);
}

function fkeydown()
{
	if(event.keyCode==27){
		event.returnValue = null;
		window.returnValue = null;
		window.close();
	}
}

document.onkeydown=fkeydown;
</script>

<input type=text id="txt1" style="display:none">
</body>
</html>

⌨️ 快捷键说明

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