?? head.asp
字號:
<!-- #include file = "../../include/config.asp" -->
<TITLE><%=conWebSiteName%></TITLE>
<LINK href = "include/main.css" type = text/css rel = stylesheet>
<META content = "Microsoft FrontPage 5.0" name = GENERATOR>
<script language = Javascript src = "include/common.js"></script>
<%
function ShowHead()
%>
<TABLE cellSpacing = "0" cellPadding = "0" width = "100%" border = "0" ID = "Table1">
<TBODY>
<TR>
<TD align = left width = 97 height = 64>
<IMG height = 64 src = "../images/logo.gif" width = 220></TD>
<TD height = 64 align = "right"> <img src = "../images/back.gif">
</TD>
</TR>
</TBODY>
</TABLE>
<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 width = "500" height = 30 bgcolor = "#FFFFFF" align = "left" style = "word-spacing: 4" 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 = memberList.asp class = "jj1" target = "frmMain">會員維護
</a> | <a href = orderList.asp class = "jj1" target = "frmMain">定單維護
</a> | <a href = treatedList.asp class = "jj1" target = "frmMain">查看發(fā)貨
</a> | <a href = faqList.asp class = "jj1" target = "frmMain">FAQ管理
</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 = "logout.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 + -