📄 economiclaw_hs_search.asp
字号:
<%
'OA 表单生成器1.0
'功能:查询立销案登记表
%>
<!--#include file="../inc/Secure.asp"-->
<!--#include file="../inc/conn.asp"-->
<!--#include file="../inc/Const.asp"-->
<%
'response.buffer=false
'------------------------------------------------设置参数
LoginID=trim(Session("LoginID")) : if LoginID="" then LoginID=0 '当前用户ID
'------------------------------------------------
%>
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK rel="stylesheet" href="../css/main.css" type=text/css>
<TITLE>main</TITLE>
<SCRIPT src="../js/Popup.js"></SCRIPT>
<SCRIPT src="../js/formatdate.js"></SCRIPT>
<SCRIPT src="../js/front_chec.js"></SCRIPT>
</HEAD>
<BODY topmargin="10" leftmargin="10">
<!--#include file="EconomicLaw_sp_menu.html"-->
<HR width="100%" size=1 color="#000000">
<BR>
<DIV align="center">
<TABLE width="500" cellspacing="1" cellpadding="2" class="tab">
<TR>
<TD width="100%" class="tdTop">
<TABLE border="0" width="100%" cellspacing="0" cellpadding="0">
<TR>
<TD class="tdTop">
<P align="left"><IMG border="0" src="../images/icon_title.gif" align="left">查询立销案登记表</P>
</TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD width="25%" class="td1">
<FORM name="eventfrm" method="GET" action="EconomicLaw_hs_list.asp" onSubmit="return checknull(this)">
<TABLE border="0" width="100%" cellspacing="10" cellpadding="0">
<TR>
<TD width="100" align="right" valign="top" nowrap>填表单位:</TD>
<TD width="400" nowrap><SELECT size="1" name="area" class="input">
<OPTION value="<%=Session("DepID")%>"><%=GetTableValue("tbioaDepartment","Name","id",Session("DepID"))%></OPTION>
<%Call pOptions("tbioaDepartment","Name",Session("DepID"),area,"├-")%>
</SELECT></TD>
</TR>
<TR>
<TD width="100" align="right" valign="top" nowrap>姓名或名称:</TD>
<TD width="400" nowrap><INPUT type="text" name="dsrxm" size="40" maxlength="250" class="input"> </TD>
</TR>
<TR>
<TD width="100" align="right" valign="top" nowrap>案件性质:</TD>
<TD width="400" nowrap><INPUT name="ajxz" type="text" class="input" id="ajxz" size="40" maxlength="250"> </TD>
</TR>
<TR>
<TD width="100" align="right" valign="top" nowrap>立案时间:</TD>
<TD width="400" nowrap><INPUT NAME="larq" TYPE="TEXT" class="input" id="larq" onKeyUp="DateFormat(this,this.value,event,false,'2')" SIZE="12" MAXLENGTH="12" CHECK_DATE="日期格式错误">
<A href=# title="选择日期" onClick="fPopUpDlg('../js/calendar.htm', document.eventfrm.larq, 'winpop', 234, 261);return false"><IMG src="../images/datetime.gif" border=0></A></TD>
</TR>
<TR>
<TD width="100" align="right" valign="top" nowrap>当事人主要<BR>
违法事实:</TD>
<TD width="400" nowrap><LABEL>
<TEXTAREA name="zywfss" cols="40" rows="10" id="zywfss"></TEXTAREA>
</LABEL></TD>
</TR>
<TR>
<TD colspan="2" align="center">
<INPUT type="submit" value="查询" class="button0" onmouseout=className="button0" onmouseover=className="button1"> <INPUT type="reset" value="全部重写" class="button0" onmouseout=className="button0" onmouseover=className="button1"> </TD>
</TR>
</TABLE>
</FORM>
</TD>
</TR>
<TR>
<TD width="25%" class="tdBottom">
</TD>
</TR>
</TABLE>
</DIV>
</BODY>
</HTML>
<%'释放对象变量
oConn.close
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -