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

📄 search.asp

📁 这是一个很好的图书管理借阅登记系统,有这爱好的可以下载下来看看,很完整的
💻 ASP
字号:
<%if session("LHB_MiMa")<>"" then%>
<!--#include file="LHB_head.asp"-->
<!--#include file="LHB_DHT_01.asp"-->
<table width="768" height="25" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="100" height="25" align="center" class=table4><!--#include file="LHB_DHT_02.asp"--></td>
</tr>
</table>
<!-- #include file="LHB_DengLuQX_Top.asp"-->
<br>
<table width="768" border="0" align="center" cellspacing="0" class=table4>
<tr> 
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr> 
<td><table width="336" border="0" cellpadding="0" cellspacing="0">
<form action="so_number_out.asp" method="post" name="form1" >
<tr> 
<td height="25" width="125" align="right"> 按健康证编号精确搜索</td>
<td height="25" align="left" width="212"> <input name="L_number" type="text" class="button1" id="L_number" size="15"> 
<input name="Submit" type="submit" class="button1" value="提交"> </td>
</tr>
</form>
</table></td>
<td>
<!--#include file="config.asp"--> 
<%
sql="select * from LHB_GongYong where L_FenLeiBM = 6 order by id"
Lours.open sql,Louconn,1,1
%>
<table width="349" border="0" cellpadding="0" cellspacing="0">
<form action="so_type_out.asp" method="post" name="form1" >
<tr> 
<td height="25" width="109" align="right"> 按工种搜索</td>
<td height="25" align="left" width="181"> 
<select name="L_type" type="text" size=1 class="button1">
<%do while not Lours.eof%>
<option value="<%=Lours("L_MingChengBM")%>"><%=Lours("L_MingCheng")%></option>
<%
Lours.movenext
loop
Lours.Close 
set Lours=nothing
set Louconn=nothing
%>
</select>
<input name="Submit2" type="submit" class="button1" value="提交"> </td>
</tr>
</form>
</table></td>
</tr>
<tr> 
<td height="38" colspan="2">
<table width="336" border="0" align="left" cellpadding="0" cellspacing="0">
<form action="so_name_out.asp" method="post" name="form1" >
<tr> 
<td height="25" width="125" align="right"> 按姓名模糊搜索</td>
<td height="25" align="left" width="212"> <input name="L_name" type="text" class="button1" id="L_name" size="15"> 
<input name="Submit22" type="submit" class="button1" value="提交"></td>
</tr>
</form>
</table></td>
</tr>
<tr> 
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
<br>
<!-- #include file="LHB_DengLuQX_Down.asp"-->
<!--#include file="LHB_copy.asp"-->
<%else
Response.Redirect "login.asp"
end if%>

⌨️ 快捷键说明

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