📄 xz.asp
字号:
<!--#include file="inc/Conndb.asp"-->
<%
dim rs
dim sql
dim count
set rs=server.createobject("adodb.recordset")
sql = "select * from bmda order by id asc"
rs.open sql,conn,1,1
%>
<!-- #include file="Inc/Head.asp" -->
<table width="100%" height="500" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="150" align="center" valign="top"><table width="150" height="100%" border="0" cellpadding="0" cellspacing="0" class="HeaderTdStyle">
<tr>
<td align="center" valign="top"><table width="100%" height="24" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center">功能菜单</td>
</tr>
</table>
<table width="100%" height="530" border="0" cellpadding="0" cellspacing="0" class="MenuBg">
<tr>
<td align="center" valign="top"><br>
<table width="90%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="16%"><img src="Img/Left_1.gif" width="28" height="11"></td>
<td width="84%" height="20"><font color="#FFFF00">人事记录管理</font></td>
</tr>
</table>
<table width="90%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="34%" height="20" align="right"><img src="Img/Left_1_1.gif" width="29" height="16"></td>
<td width="66%" valign="bottom"><a href="tjry.asp"><font color="#FFFF00">添加员工</font></a></td>
</tr>
</table>
<table width="90%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="34%" height="20" align="right"><img src="Img/Left_1_1.gif" width="29" height="16"></td>
<td width="66%" valign="bottom"><a href="xz.asp"><font color="#FFFF00">查询信息</font></a></td>
</tr>
</table>
<table width="90%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="34%" height="20" align="right"><img src="Img/Left_1_1.gif" width="29" height="16"></td>
<td width="66%" valign="bottom"><a href="ztcx.asp"><font color="#FFFF00">总体显示</font></a></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
<td align="center" valign="top">
<div align="center">
<br><br><br><br> <br><br><br><br> <br><br><br><br> <br><br><br><br>
<form name="form1" method="post" action="jccx.asp">
<div align="center"><span class="style3">使用部门:</span>
<select name="bmxz">
<option value="指定部门" selected>指定部门</option>
<%
if not(rs.eof and rs.bof) then
%>
<option value="<%=rs("bm")%>"><%=rs("bm")%></option>
<% rs.movenext
do while not rs.eof%>
<option value="<%=rs("bm")%>"><%=rs("bm")%></option>
<%
rs.movenext
loop
end if
rs.close
%>
</select>
<br><br>
<br>
<br><br><br><br>
<input type="submit" name="Submit" value="精确查询">
<input type="reset" name="Submit2" value="重新选择">
</div>
</form>
<p><br>
</p>
</div></td>
</tr>
</table>
<!-- #include file="Inc/foot.asp" -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -