c035e2d01a1d0017156d965e1b313a92

来自「实习的时候做的数字校园系统」· 代码 · 共 72 行

TXT
72
字号
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<SCRIPT language=JavaScript src="../css/date.js"></SCRIPT>
<LINK href="css/calStyles.css" rel=stylesheet>


<BODY leftMargin=3 topMargin=3 >

<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 id=txt1 style="DISPLAY: none" NAME="txt1"> 
<CENTER>

<TABLE class=box height="100%" cellSpacing=0 cellPadding=0 width="100%" 
border=0 ID="Table1">
  <TBODY>
  <TR>
    <TD class=leftBarBg vAlign=top align=middle width="100%">
      <TABLE cellSpacing=0 cellPadding=5 width="100%" border=0 ID="Table2">
        <TBODY>
        <TR>
          <TD vAlign=top align=middle>
            <TABLE cellSpacing=0 cellPadding=0 width="100%" ID="Table3">
              <TBODY>
              <TR>
                <TD noWrap align=middle height=19>
                  <TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%" 
                  border=0 ID="Table4">
                    <TBODY>
				    
				    <script language=javascript>
						<!--
							fload()
						//-->
						</script>

				    </TBODY></TABLE></TD></TR>
              <TR>
			 </TR>
              
              <TR>
			  </TR>
			  </FORM></TBODY></TABLE><!--小日历--></TD>
                        
        </TR>
              <TR>
			 </TR>
              
              <TR>
                <TD noWrap width="100%" colSpan=2>
                  <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0 ID="Table10">
                    <TBODY>
                    <TR>
                      <TD style="BORDER-TOP: #93bee2 1px solid" noWrap 
                      align=left></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

⌨️ 快捷键说明

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