incfooter.asp

来自「数据库应用技术的实验代码及相关文档,供有需要的人使用」· ASP 代码 · 共 40 行

ASP
40
字号
<%
sub endpage()
  dim endtime
  endtime=timer()
%>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse; border-width: 0" bordercolor="#111111" width="100%" id="AutoNumber1" height="2">
  <tr>
    <td width="760" style="border-style: none; border-width: medium" height="1">
    </td>
  </tr>
</table>
<table width="760" border="0" cellspacing="0" align="center" cellpadding="0" class="footer" height="1">

</table>

<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="1" bgcolor="#CCCCCC" width="760"></td>
  </tr>
  <tr> 
    <td style="FONT-SIZE: 9pt; LINE-HEIGHT: 15pt" height="20" align="center" bgcolor="#ededed" width="750" background="images/pic000/c004.jpg">&nbsp;</td>
  </tr>
</table>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="2" bgcolor="#FFFFFF"></td>
  </tr>
</table>
<TABLE width="760" border=0 align="center" 
cellPadding=0 cellSpacing=0 borderColor=#111111>
  <TBODY>
    <TR> 
      <TD height="65" align="center" background="images/pic000/a006.jpg" width="752">&nbsp;</TD>
    </TR>
  </TBODY>
</TABLE>
<%
CloseDatabase
end sub
%>

⌨️ 快捷键说明

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