📄 head.asp
字号:
<!-- #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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -