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

📄 calendardlg.htm

📁 javascript编码总结
💻 HTM
字号:
<html>
<head>
<title>
:::::::日期选择::::::                             
</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<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>

</head>
<body onload="fload()" bgcolor='#C0C0C0'>

<!--
<input type=button id="txt1" style="display:none">
//-->
<input type=button id="txt1" style="display: none">


</body>
</html>

⌨️ 快捷键说明

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