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

📄 ziliaochaxun_chaxun1_pinyong.asp

📁 数据库系统方法 方法
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="../../Connections/jiazheng.asp" -->
<%
Dim Recordset1__MMColParam
Recordset1__MMColParam = "1"
If (Request.Form("t8") <> "") Then 
  Recordset1__MMColParam = Request.Form("t8")
End If
%>
<%
Dim Recordset1
Dim Recordset1_numRows

Set Recordset1 = Server.CreateObject("ADODB.Recordset")
Recordset1.ActiveConnection = MM_jiazheng_STRING
Recordset1.Source = "SELECT * FROM 雇主雇佣情况表 WHERE 雇佣日期 LIKE '%" + Replace(Recordset1__MMColParam, "'", "''") + "%' ORDER BY 雇佣日期 ASC"
Recordset1.CursorType = 0
Recordset1.CursorLocation = 2
Recordset1.LockType = 1
Recordset1.Open()

Recordset1_numRows = 0
%>
<%
Dim Repeat1__numRows
Dim Repeat1__index

Repeat1__numRows = -1
Repeat1__index = 0
Recordset1_numRows = Recordset1_numRows + Repeat1__numRows
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
.style1 {
	font-family: "幼圆";
	font-size: 18px;
}
.style2 {color: #006699}
.style3 {font-family: "幼圆"; font-size: 18px; color: #006699; }
.style4 {font-size: 16px}
.style5 {color: #003366}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
-->
</style>
</head>

<body>
<table width="800" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#006699">
  <tr>
    <td align="center" bgcolor="#FFFFFF"><img src="../../image/a0001.jpg" width="800" height="138"></td>
  </tr>
  <tr valign="middle">
    <td height="400" align="center" valign="top" bgcolor="#FFFFFF" class="style3"><p>&nbsp;</p>
      <p>&nbsp;</p>      
      
      <table width="400"  border="0" cellspacing="1" bgcolor="#CCCCCC">
        <tr bgcolor="#FFFFFF">
          <td>雇主编号</td>
          <td><div align="center">雇员编号</div></td>
          <td><div align="center">雇佣日期</div></td>
      </tr>
        <% 
While ((Repeat1__numRows <> 0) AND (NOT Recordset1.EOF)) 
%>
        <tr bgcolor="#FFFFFF">
          <td><div align="center"><%=(Recordset1.Fields.Item("雇主编号").Value)%></div></td>
          <td><div align="center"><%=(Recordset1.Fields.Item("雇佣人员编号").Value)%></div></td>
          <td><div align="center"><%=(Recordset1.Fields.Item("雇佣日期").Value)%> </div></td>
        </tr>
        <% 
  Repeat1__index=Repeat1__index+1
  Repeat1__numRows=Repeat1__numRows-1
  Recordset1.MoveNext()
Wend
%>
      </table>
      <p>&nbsp; </p>
      <p><a href="ziliaochaxun_fenlei.asp">返回分类</a></p></td>
  </tr>
</table>
<div align="center"></div>
</body>
</html>
<%
Recordset1.Close()
Set Recordset1 = Nothing
%>

⌨️ 快捷键说明

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