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

📄 add_jkz.asp

📁 这是一个很好的图书管理借阅登记系统,有这爱好的可以下载下来看看,很完整的
💻 ASP
字号:
<%if session("LHB_MiMa")<>"" then%>
<!--#include file="LHB_head.asp"-->
<table width="768" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="754" valign="top"><!--#include file="LHB_DHT_01.asp"--></td>
</tr>
</table>
<table width="768" border="0" align="center" cellpadding="0" cellspacing="0" class="table4">
<tr>
<td height="30"><!--#include file="LHB_DHT_02.asp"--></td>
</tr>
</table>
<!-- #include file="LHB_DengLuQX_Top.asp"-->
<br>
<%
dim LHB_XingMing
LHB_XingMing = session("LHB_XingMing")
%>
<table width="768"  border="0" align="center" cellpadding="0" cellspacing="0" class="table4">
<tr> 
<td> 

<br>
<table width="446" border="0" cellpadding="0" cellspacing="0" align="center">
<form action="add_jkz_new.asp" enctype="multipart/form-data" name="form1" method="post">
<tr> 
<td height="25" align="right">健康证编号&nbsp;&nbsp;</td>
<td colspan="3"><input type="text" name="LouHB_number" size=35  class="button1"></td> 
<td>&nbsp;</td>
</tr>
<tr> 
<td height="25" align="right">姓 名&nbsp;&nbsp;</td>
<td colspan="3"><input name="LouHB_name" type="text" class="button1" id="LouHB_name" size=35></td>
<td>&nbsp;</td>
</tr>
<tr> 
<!--#include file="config.asp"-->
<td height="25" align="right">性 别&nbsp;&nbsp;</td>
<td colspan="3">
<%
sqlad="select L_MingChengBM,L_MingCheng from LHB_GongYong where L_FenLeiBM = 1 order by id"
Lours.open sqlad,Louconn,1,1

if Lours.EOF and Lours.BOF then
response.write("数据库中尚未添加任何数据")
else
%>
<select name="LouHB_sex" class="button1" type="text">
<option value="">&nbsp;&nbsp;</option>
<%do while not Lours.eof%>
<option value="<%=Lours("L_MingChengBM")%>"><%=Lours("L_MingCheng")%></option>
<%
Lours.movenext
loop

Lours.Close 
Louconn.Close
set Lours=nothing
set Louconn=nothing
%>
</select>
<%end if%></td>
<td>&nbsp;</td>
</tr>
<tr> 
<td width="72" height="25" align="right">年 龄&nbsp;&nbsp;</td>
<td colspan="3"><input name="LouHB_year" type="text" class="button1" id="LouHB_year" size=35></td>
<td width="123">&nbsp;</td>
</tr>
<!--#include file="config.asp"-->
<tr> 
<td width="72" height="25" align="right">工 种&nbsp;&nbsp;</td>
<td colspan="3">
<%
sqlad="select L_MingChengBM,L_MingCheng from LHB_GongYong where L_FenLeiBM = 6 order by id"
Lours.open sqlad,Louconn,1,1

if Lours.EOF and Lours.BOF then
response.write("数据库中尚未添加任何数据")
else
%>
<select name="LouHB_type" class="button1" type="text">
<option value="">&nbsp;&nbsp;</option>
<%do while not Lours.eof%>
<option value="<%=Lours("L_MingChengBM")%>"><%=Lours("L_MingCheng")%></option>
<%
Lours.movenext
loop

Lours.Close 
Louconn.Close
set Lours=nothing
set Louconn=nothing
%>
</select>
<%end if%></td>
<td width="123">&nbsp;</td>
</tr>
<tr>
<!--#include file="config.asp"-->
<td width="72" height="25" align="right">体检结果&nbsp;&nbsp;</td>
<td colspan="3">
<%
sqlad="select L_MingChengBM,L_MingCheng from LHB_GongYong where L_FenLeiBM = 7 order by id"
Lours.open sqlad,Louconn,1,1

if Lours.EOF and Lours.BOF then
response.write("数据库中尚未添加任何数据")
else
%>
<select name="LouHB_end" class="button1" type="text">
<option value="">&nbsp;&nbsp;</option>
<%do while not Lours.eof%>
<option value="<%=Lours("L_MingChengBM")%>"><%=Lours("L_MingCheng")%></option>
<%
Lours.movenext
loop

Lours.Close 
Louconn.Close
set Lours=nothing
set Louconn=nothing
%>
</select>
<%end if%></td>
<td width="123">&nbsp;</td>
</tr>
<tr> 
<!--#include file="config.asp"-->
<td width="72" height="25" align="right">HIV&nbsp;&nbsp;</td>
<td colspan="3">
<%
sqlad="select L_MingCheng,L_MingChengBM from LHB_GongYong where L_FenLeiBM = 5 order by id"
Lours.open sqlad,Louconn,1,1

if Lours.EOF and Lours.BOF then
response.write("数据库中尚未添加任何数据")
else
%>
<select name="LouHB_HIV" class="button1" type="text">
<%do while not Lours.eof%>
<option value="<%=Lours("L_MingChengBM")%>"><%=Lours("L_MingCheng")%></option>
<%
Lours.movenext
loop

Lours.Close 
Louconn.Close
set Lours=nothing
set Louconn=nothing
%>
</select>
<%end if%></td>
<td width="123">&nbsp;</td>
</tr>
<tr> 
<td height="25" align="right">体检日期&nbsp;&nbsp;</td>
<td width="77"><select name="LouHB_check_year" type="text" size=1 class="button1">
      <option value="<%=year(date)%>"><%=year(date)%>年</option>
	  <option value="2005">2005年</option>
      <option value="2006">2006年</option>
	  <option value="2007">2007年</option>
      <option value="2008">2008年</option>
      <option value="2009">2009年</option>
      <option value="2010">2010年</option>
      <option value="2011">2011年</option>
      <option value="2012">2012年</option>
    </select></td>
<td width="64"><select name="LouHB_check_month" type="text" size=1 class="button1">
	<option value="1" <% if month(date) ="1" then%>selected<%end if%>>1月</option>
	<option value="2" <% if month(date) ="2" then%>selected<%end if%>>2月</option>
	<option value="3" <% if month(date) ="3" then%>selected<%end if%>>3月</option>
	<option value="4" <% if month(date) ="4" then%>selected<%end if%>>4月</option>
	<option value="5" <% if month(date) ="5" then%>selected<%end if%>>5月</option>
	<option value="6" <% if month(date) ="6" then%>selected<%end if%>>6月</option>
	<option value="7" <% if month(date) ="7" then%>selected<%end if%>>7月</option>
	<option value="8" <% if month(date) ="8" then%>selected<%end if%>>8月</option>
	<option value="9" <% if month(date) ="9" then%>selected<%end if%>>9月</option>
	<option value="10" <% if month(date) ="10" then%>selected<%end if%>>10月</option>
	<option value="11" <% if month(date) ="11" then%>selected<%end if%>>11月</option>
	<option value="12" <% if month(date) ="12" then%>selected<%end if%>>12月</option>
	</select></td>
<td width="110"><select name="LouHB_check_day" type="text" size=1 class="button1">
	<option value="1" <% if day(date) ="1" then%>selected<%end if%>>1日</option>
	<option value="2" <% if day(date) ="2" then%>selected<%end if%>>2日</option>
	<option value="3" <% if day(date) ="3" then%>selected<%end if%>>3日</option>
	<option value="4" <% if day(date) ="4" then%>selected<%end if%>>4日</option>
	<option value="5" <% if day(date) ="5" then%>selected<%end if%>>5日</option>
	<option value="6" <% if day(date) ="6" then%>selected<%end if%>>6日</option>
	<option value="7" <% if day(date) ="7" then%>selected<%end if%>>7日</option>
	<option value="8" <% if day(date) ="8" then%>selected<%end if%>>8日</option>
	<option value="9" <% if day(date) ="9" then%>selected<%end if%>>9日</option>
	<option value="10" <% if day(date) ="10" then%>selected<%end if%>>10日</option>
	<option value="11" <% if day(date) ="11" then%>selected<%end if%>>11日</option>
	<option value="12" <% if day(date) ="12" then%>selected<%end if%>>12日</option>
	<option value="13" <% if day(date) ="13" then%>selected<%end if%>>13日</option>
	<option value="14" <% if day(date) ="14" then%>selected<%end if%>>14日</option>
	<option value="15" <% if day(date) ="15" then%>selected<%end if%>>15日</option>
	<option value="16" <% if day(date) ="16" then%>selected<%end if%>>16日</option>
	<option value="17" <% if day(date) ="17" then%>selected<%end if%>>17日</option>
	<option value="18" <% if day(date) ="18" then%>selected<%end if%>>18日</option>
	<option value="19" <% if day(date) ="19" then%>selected<%end if%>>19日</option>
	<option value="20" <% if day(date) ="20" then%>selected<%end if%>>20日</option>
	<option value="21" <% if day(date) ="21" then%>selected<%end if%>>21日</option>
	<option value="22" <% if day(date) ="22" then%>selected<%end if%>>22日</option>
	<option value="23" <% if day(date) ="23" then%>selected<%end if%>>23日</option>
	<option value="24" <% if day(date) ="24" then%>selected<%end if%>>24日</option>
	<option value="25" <% if day(date) ="25" then%>selected<%end if%>>25日</option>
	<option value="26" <% if day(date) ="26" then%>selected<%end if%>>26日</option>
	<option value="27" <% if day(date) ="27" then%>selected<%end if%>>27日</option>
	<option value="28" <% if day(date) ="28" then%>selected<%end if%>>28日</option>
	<option value="29" <% if day(date) ="29" then%>selected<%end if%>>29日</option>
	<option value="30" <% if day(date) ="30" then%>selected<%end if%>>30日</option>
	<option value="31" <% if day(date) ="31" then%>selected<%end if%>>31日</option>
	</select></td>
<td>格式:0000-00-00</td>
</tr>
<tr> 
<td height="25" align="right">发证日期&nbsp;&nbsp;</td>
<td><select name="LouHB_start_year" type="text" size=1 class="button1">
      <option value="<%=year(date)%>"><%=year(date)%>年</option>
      <option value=""></option>
      <option value="2005">2005年</option>
      <option value="2006">2006年</option>
	  <option value="2007">2007年</option>
      <option value="2008">2008年</option>
      <option value="2009">2009年</option>
      <option value="2010">2010年</option>
      <option value="2011">2011年</option>
      <option value="2012">2012年</option>
    </select></td>
<td><select name="LouHB_start_month" type="text" size=1 class="button1">
  <option value=""></option>
  <option value="1" <% if month(date) ="1" then%>selected<%end if%>>1月</option>
  <option value="2" <% if month(date) ="2" then%>selected<%end if%>>2月</option>
  <option value="3" <% if month(date) ="3" then%>selected<%end if%>>3月</option>
  <option value="4" <% if month(date) ="4" then%>selected<%end if%>>4月</option>
  <option value="5" <% if month(date) ="5" then%>selected<%end if%>>5月</option>
  <option value="6" <% if month(date) ="6" then%>selected<%end if%>>6月</option>
  <option value="7" <% if month(date) ="7" then%>selected<%end if%>>7月</option>
  <option value="8" <% if month(date) ="8" then%>selected<%end if%>>8月</option>
  <option value="9" <% if month(date) ="9" then%>selected<%end if%>>9月</option>
  <option value="10" <% if month(date) ="10" then%>selected<%end if%>>10月</option>
  <option value="11" <% if month(date) ="11" then%>selected<%end if%>>11月</option>
  <option value="12" <% if month(date) ="12" then%>selected<%end if%>>12月</option>
  <option value=""></option>
</select></td>
<td><select name="LouHB_start_day" type="text" size=1 class="button1">
  <option value=""></option>
  <option value="1" <% if day(date) ="1" then%>selected<%end if%>>1日</option>
  <option value="2" <% if day(date) ="2" then%>selected<%end if%>>2日</option>
  <option value="3" <% if day(date) ="3" then%>selected<%end if%>>3日</option>
  <option value="4" <% if day(date) ="4" then%>selected<%end if%>>4日</option>
  <option value="5" <% if day(date) ="5" then%>selected<%end if%>>5日</option>
  <option value="6" <% if day(date) ="6" then%>selected<%end if%>>6日</option>
  <option value="7" <% if day(date) ="7" then%>selected<%end if%>>7日</option>
  <option value="8" <% if day(date) ="8" then%>selected<%end if%>>8日</option>
  <option value="9" <% if day(date) ="9" then%>selected<%end if%>>9日</option>
  <option value="10" <% if day(date) ="10" then%>selected<%end if%>>10日</option>
  <option value="11" <% if day(date) ="11" then%>selected<%end if%>>11日</option>
  <option value="12" <% if day(date) ="12" then%>selected<%end if%>>12日</option>
  <option value="13" <% if day(date) ="13" then%>selected<%end if%>>13日</option>
  <option value="14" <% if day(date) ="14" then%>selected<%end if%>>14日</option>
  <option value="15" <% if day(date) ="15" then%>selected<%end if%>>15日</option>
  <option value="16" <% if day(date) ="16" then%>selected<%end if%>>16日</option>
  <option value="17" <% if day(date) ="17" then%>selected<%end if%>>17日</option>
  <option value="18" <% if day(date) ="18" then%>selected<%end if%>>18日</option>
  <option value="19" <% if day(date) ="19" then%>selected<%end if%>>19日</option>
  <option value="20" <% if day(date) ="20" then%>selected<%end if%>>20日</option>
  <option value="21" <% if day(date) ="21" then%>selected<%end if%>>21日</option>
  <option value="22" <% if day(date) ="22" then%>selected<%end if%>>22日</option>
  <option value="23" <% if day(date) ="23" then%>selected<%end if%>>23日</option>
  <option value="24" <% if day(date) ="24" then%>selected<%end if%>>24日</option>
  <option value="25" <% if day(date) ="25" then%>selected<%end if%>>25日</option>
  <option value="26" <% if day(date) ="26" then%>selected<%end if%>>26日</option>
  <option value="27" <% if day(date) ="27" then%>selected<%end if%>>27日</option>
  <option value="28" <% if day(date) ="28" then%>selected<%end if%>>28日</option>
  <option value="29" <% if day(date) ="29" then%>selected<%end if%>>29日</option>
  <option value="30" <% if day(date) ="30" then%>selected<%end if%>>30日</option>
  <option value="31" <% if day(date) ="31" then%>selected<%end if%>>31日</option>
  <option value=""></option>
</select></td>
<td>格式:0000-00-00</td>
</tr>
<tr> 
<td width="72" height="25" align="right">照 片&nbsp;&nbsp;</td>
<td colspan="3"><input name="photo" type="file" class="button1" size=25>
<input name="photo2" type="file" class="button1" style="visibility:hidden"></td>
<td width="123">&nbsp;</td>
</tr>
<tr> 
<td width="72" height="25" align="right">制证人&nbsp;&nbsp;</td>
<td colspan="3"><input name="LouHB_work_name" type="text" class="button1" id="LouHB_work_name" value="<%=LHB_XingMing%>" size=35 readonly></td>
<td width="123">&nbsp;</td>
</tr>
<tr> 
<td width="72" height="25" align="right">备 注&nbsp;&nbsp;</td>
<td colspan="3"><input name="LouHB_BZ" type="text" class="button1" id="LouHB_BZ" value="&nbsp;" size=35></td>
<td width="123">&nbsp;</td>
</tr>
<tr> 
<td align="center" colspan="5" height="45"> 
<input name="Submit" type="submit" class="button1" value="添加">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<input name="Submit2" type="reset" class="button1" value="重填"></td>
</tr>
</form>
</table>
</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 + -