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

📄 ziliaochaxun_dange.asp

📁 数据库系统方法 方法
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="../../Connections/jiazheng.asp" -->
<%
Dim Recordset1
Dim Recordset1_numRows

Set Recordset1 = Server.CreateObject("ADODB.Recordset")
Recordset1.ActiveConnection = MM_jiazheng_STRING
Recordset1.Source = "SELECT * FROM 家政服务人员详细资料 ORDER BY 雇员编号 ASC"
Recordset1.CursorType = 0
Recordset1.CursorLocation = 2
Recordset1.LockType = 1
Recordset1.Open()

Recordset1_numRows = 0
%>
<!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">
<!--
.style3 {font-family: "幼圆"; font-size: 18px; color: #006699; }
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style6 {
	font-size: 24px;
	color: #003366;
}
.style7 {color: #003366}
-->
</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="left" valign="top" bgcolor="#FFFFFF" class="style3"><p align="center">&nbsp;</p>
      <p align="center" class="style6">雇员分类查询</p>
      <table width="700" border="0">
        <tr>
          <td><div align="right"><a href="ziliaochaxun_fenlei.asp">返回</a></div></td>
        </tr>
      </table>      
      <table width="100%"  border="0">
        <tr>
          <td><form name="form1" method="post" action="ziliaochaxun_dange1.asp">
            <p align="center"><span class="style7">输入雇员编号:</span>                
              <input name="t1" type="text" id="t1">
                <input type="submit" name="Submit" value="确认输入">
            </p>
          </form></td>
        </tr>
      </table>      
      <table width="100%"  border="0">
        <tr>
          <td><form name="form2" method="post" action="ziliaochaxun_dange2.asp">
            <div align="center"><span class="style7">输入雇员姓名:</span>                
              <input name="t2" type="text" id="t22">
                <input type="submit" name="Submit2" value="确认输入">
            </div>
          </form></td>
        </tr>
      </table>      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
        <table width="720" border="0">
          <tr>
            <td><div align="right"><a href="ziliaochaxun_fenlei.asp">返回分类查询</a></div></td>
          </tr>
        </table>        <p align="right">&nbsp;</p>
        <p align="center">&nbsp;</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 + -