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

📄 jxchazhao.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 教员详细资料"
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">
<!--
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style2 {
	font-size: 18px;
	color: #003399;
}
.style3 {font-size: 18px}
-->
</style></head>

<body>

<div align="center">
  <table width="800" border="0" cellspacing="1" bgcolor="#006699">
    <tr>
      <td bgcolor="#FFFFFF"><div align="center"><img src="../../image/a0001.jpg" width="800" height="138" longdesc="../../image/a0001.jpg"></div></td>
    </tr>
    <tr>
      <td height="400" valign="top" bgcolor="#FFFFFF"><p class="style2">&nbsp;</p>      
        <table width="700" border="0">
        <tr>
          <td><div align="right"><a href="ziliaochaxun_fenlei.asp" class="style3">返回</a></div></td>
        </tr>
      </table>      
        <form name="form1" method="post" action="jxchazhaoxinshi1.asp">
          <div align="center"><span class="style2">输入教员姓名查找</span>          
            <input name="t3" type="text" class="style2" id="t3">
            <input name="Submit" type="submit" class="style2" value="提交">
          </div>
        </form>        
        <form name="form2" method="post" action="jxchazhaoxinshi2.asp">
          <p align="center"><span class="style2">输入教员编号查找</span>          
            <input name="t4" type="text" class="style2" id="t4">
            <input name="Submit2" type="submit" class="style2" value="提交">
          </p>
        </form>        
        <p>&nbsp;</p></td>
    </tr>
    <tr>
      <td bgcolor="#FFFFFF">&nbsp;</td>
    </tr>
  </table>
</div>
</body>
</html>
<%
Recordset1.Close()
Set Recordset1 = Nothing
%>

⌨️ 快捷键说明

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