?? hesuan.asp
字號:
<!--#include file="conn.asp" -->
<HTML>
<HEAD>
<TITLE></TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #FFffff;
}
-->
</style>
<link href="style.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY bgcolor="#FF0000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" >
<div align="center">
<table width="100%" border="0" cellspacing="5" cellpadding="5">
<tr>
<td> <div align="right">
<% If session("admin")<>"yes" Then
response.write("系統(tǒng)超時,您需要<font color=red><b>重新登陸</font></b>。 ")
response.end
Else %>
您現(xiàn)在處于管理狀態(tài)。
<%end if%>
<strong><a href="javascript:self.location.reload();"><font color="#FF0000">刷新</font></a></strong>
</div></td>
</tr>
<tr>
<td valign="top"> <strong>工資核算:</strong><br>
<br>
<br>
</td>
</tr>
<tr>
<td valign="top"><a href="mb.asp?w=m">全體員工的<font color="#FF0000">月</font>工資報表</a>
<a href="yb.asp?w=y">全體員工的<font color="#FF0000">年</font>工資報表</a>
<a href="db.asp?w=d">全體員工的<font color="#FF0000">日</font>工資報表</a>
<hr size="1" noshade> </td>
</tr>
<tr>
<td valign="top"><font color="#0000FF">復(fù)雜查詢,請點<a href="search.asp">工資查詢</a></font>
<hr size="1" noshade></td>
</tr>
<tr>
<td valign="top"><a href="gongxub.asp">工序價格報表</a>
<a href="kamore.asp">工序卡詳細(xì)操作</a>
<hr size="1" noshade></td>
</tr>
<tr>
<td valign="top">
<%set rs=server.createobject("adodb.recordset")
sql="select * from men order by mid asc"
rs.open sql,conn,3,1
if rs.eof or rs.bof then
response.Write("沒有發(fā)現(xiàn)員工記錄。")
else
do while not rs.eof
%>
<b><%=rs("mid")%></b>:<a href=per.asp?mid=<%=rs("mid")%>><%=rs("name")%></a>
<%
if not rs.eof or rs.bof then rs.movenext
loop
end if
rs.close%>
<hr size="1" noshade></td>
</tr>
<tr>
<td valign="top"> </td>
</tr>
<tr>
<td valign="top"> </td>
</tr>
</table>
</div>
</BODY>
</HTML> <%
conn.close%>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -