tqueryfors.asp
来自「《动态网页设计基础教程》,胡杰,科学出版社」· ASP 代码 · 共 83 行
ASP
83 行
<html>
<head>
<link rel="stylesheet" href="comCSS.css">
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>查询教师信息</title>
<meta name="Microsoft Border" content="t, default">
</head>
<body "><!--msnavigation--><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td>
<p align="left"> </p>
</td></tr><!--msnavigation--></table><!--msnavigation--><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><!--msnavigation--><td valign="top">
<!-- #include file="adoconn.asp" -->
<%
Certificate()
listItem("select department from Departments")
%>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td valign="top">
<p align="center"><font face="华文新魏" size="4" color="#000080">输入教师关键信息</font></p>
<form method="POST" action="TlistforS.asp" align="center">
<div align="left">
<table border="1" width="75%" height="83" align="center">
<tr>
<td width="37%" height="23">
<p align="left">身份证号</p>
</td>
<td width="37%" height="23" align="center">
<p align="left"> <input type="text" name="T1" size="20" style="border-style: solid; border-color: #FFFFFF" maxlength="18"></p>
</td>
<td width="36%" height="23" align="center">
<input type="radio" name="R1" value=" AND " checked>与 <input type="radio" value=" OR " name="R1" checked>或
</td>
</tr>
<tr>
<td width="37%" height="24">
<p align="left">姓名</p>
</td>
<td width="37%" height="24" align="center">
<p align="left">
<input type="text" name="T2" size="20" style="border-style: solid; border-color: #FFFFFF"></p>
</td>
<td width="36%" height="24" align="center">
<input type="radio" name="R2" value=" AND " checked>与 <input type="radio" name="R2" value=" OR " checked>或
</td>
</tr>
<tr>
<td width="37%" height="18">
<p align="left">部门</p>
</td>
<td width="73%" height="18" align="center" colspan="2">
<p align="left">
<select size="1" name="D1" style="background-color: #C0C0C0; border-style: inset">
<option selected>所有部门</option>
<% for recordi=0 to Itemcount-1%>
<option><%=ItemArray(0,recordi)%></option>
<%next%>
</select>
</p>
</td>
</tr>
</table>
</div>
<p align="center"><input type="submit" value="全部浏览" name="B3"><input type="submit" value="条件查询" name="B1"><input type="reset" value="全部重写" name="B2"></p>
</form>
</table>
<!--msnavigation--></td></tr><!--msnavigation--></table></body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?