📄 bmlist.asp
字号:
<!--#include file = "Startup.asp"-->
<!-- #include file="Function.asp" -->
<%
call adminer()
Call ComeUrl()
Call adminqx()
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="common.css" type="text/css" rel="stylesheet">
<title>无标题文档</title>
</head>
<body>
<table width="30%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#CCCCCC">
<tr bgcolor="#FFFFFF">
<td align="center"><a href=bm_list.asp?bmclass=<%=request("bmclass")%>>各部门</a></td>
</tr>
<tr bgcolor="#FFFFFF">
<td align="center"><a href=office_list.asp?bmclass=<%=request("bmclass")%>>办公室</a></td>
</tr>
<tr bgcolor="#FFFFFF">
<td align="center"><a href=jf_list.asp?bmclass=<%=request("bmclass")%>>机 房</a></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -