?? calendar.htm
字號:
<html>
<head>
<title>
日期選擇
</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body onload="fload()" bgcolor='#EFEFEF'>
<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 + -