⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 payqureyxj.asp

📁 我们的课程设计是一个工资管理系统
💻 ASP
字号:
<%
dim a,b
a=session("id")
b=session("password")
if a=""and b="" then 
session("login")="1"
response.redirect"index.asp"
else 
set conn=server.createobject("adodb.connection")
conn.open "driver={microsoft access driver (*.mdb)};dbq="&server.mappath("db/gzglxt.mdb")
exec="select * from 月度扣发查询 where 员工编号='"&a&"' "
set rs=server.createobject("adodb.recordset")
rs.open exec,conn,0,1
end if
%>
<TITLE>工资查询</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2600.0" Name=GENERATOR>
<link href="home.css" rel="stylesheet" type="text/css">

</HEAD>
<BODY text=#000000 bgColor=#ffffff leftMargin=0 topMargin=0>
<!--#include file="indextop.asp"-->
<TABLE width=760 border=0 align="center" cellPadding=0 cellSpacing=0>
  
    <TR> 
      <TD>您现在的位置:<a href="Index.asp"> 工资管理系统 </a>&gt;&gt;&gt; <a href="#">工资管理</a></TD>
      <TD width="150" align="right" valign="middle"> <script language=JavaScript src="images/date.js"></script> 
      </TD>
      <TD width="26"><IMG height=16 src="images/wan.gif" width=26></TD>
      <TD width="170" bgColor=#e2e2e1></TD>
    </TR>
 
</TABLE>
<table width="766" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <TD width=7 rowspan="3" background="images/dotLine_h.gif"><IMG src="images/shim(1).gif" width=1></TD>
    <td width="103" rowspan="3" valign="top" bgcolor="#EFEFEF"><img src="images/payqurey.gif" width="103" height="332"></td>
	<td width="650" valign="top">
	
    <TD width=6 rowspan="3" background="images/dotLine_h.gif"><IMG src="images/shim(1).gif" width=1></TD>
  </tr>
  <tr>
    <td valign="top">  
  </tr>
  <tr>
    <td valign="top">    
  </tr>
  <tr> 
    <TD height="1" colspan="5" background="images/dotLine_w.gif"><IMG height=1 src="images/shim(1).gif" width=100></TD>
  </tr>
</table>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td>
		<Iframe src="CopyRight.asp" width="760" height="200" marginheight="0" marginwidth="0" scrolling="NO" frameborder="0" name="CopyRight"></iframe>
	</td>
  </tr>
</table></BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -