head.asp
来自「档案管理系统,此文档是我在一个公司里下载的」· ASP 代码 · 共 48 行
ASP
48 行
<!-- #include file = "config.asp" -->
<TITLE><%=conWebSiteName%></TITLE>
<LINK href = "include/main.css" type = text/css rel = stylesheet>
<script language = Javascript src = "include/common.js"></script>
<%
function ShowHead()
%>
<TABLE cellSpacing = "0" cellPadding = "0" width = 100% border = "0" height = "1" ID = "Table2">
<TR>
<TD height = "1" background = "../images/dot.gif"></TD>
</TR>
</TABLE>
<%
end function
' 显示页头部和菜单
function ShowHeadAndMenu()
call ShowHead()
%>
<table border = "0" cellspacing = "0" cellpadding = 0 width = "100%" height = "20" ID = "Table3">
<tr>
<td bgcolor="#00CC33"><td width = "550" height = 30 bgcolor = "#FFFFFF" align = "left" style = "word-spacing: 5" height = "18" class = "jj1" background = "../images/bar1.gif">
<a href = manuList.asp class = "jj1" target = "frmMain">档案类型
</a> | <a href = productList.asp class = "jj1" target = "frmMain">档案管理
</a> | <a href = userList.asp class = "jj1" target = "frmMain">维护管理员
</a>
</td>
<td width = 28><img src = "../images/bar2.gif" height = 27 width = 28></td>
<td background = "../images/bar3.gif">
  <a href = "http://www.bjjade.cn/cn/default1.asp" class = "jj1" >[返回首页]</a>
</td>
</tr>
</table>
<TABLE cellSpacing = "0" cellPadding = "0" width = 100% border = "0" height = "1" ID = "Table4">
<TR>
<TD height = "1" background = "../images/dot.gif"></TD>
</TR>
</TABLE>
<%
end function
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?